Creating a user - PingOne - PingOne Cloud Platform

PingOne Cloud Platform

bundle
pingone
ft:publication_title
PingOne Cloud Platform
Product_Version_ce
PingOne
PingOne Cloud Platform
category
Administratorguide
ContentType
Guide
Product
Productdocumentation
p1
p1cloudplatform
ContentType_ce
Guide
Product documentation
Guide > Administrator Guide

Because users are managed in an external identity provider (IdP), in PingOne MFA, a user is a local instance of the unique identity that interacts with the applications and services of a specified environment.

Creating a user using the admin console

  1. Go to Directory > Users.
  2. Click the + icon.

    The + Add User panel pops up.

  3. In the Username field, enter a unique username.
    Note:

    Username is the only required field, but you should enter relevant values in the other fields.

  4. Click Save.
  5. At the top right of the Details panel, click the toggle to enable the user.

    Your new user appears on the Users page.

    Tip:

    For more information and additional configuration options, see Users.

Enroll a user authentication device

Creating a user using the API

Application developers can use the API operations to create a user.

From the admin console, get the ID of the default population or any other population.

  • Use the access token generated through the worker app and the following POST operation, with the enabled and mfaEnabled parameters set to true:
    POST https://api.pingone.com/v1/environments/{{envId}}/users

    The username and population parameters are the only mandatory fields in the request body.

    See POST: CREATE User in the API reference for details.

Enroll a user authentication device