PingOne

Creating a user

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.

  • Console

  • API

Creating a user using the admin console

Steps

  1. Go to Directory → Users.

  2. Click the icon.

    Result:

    The Add User panel pops up.

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

    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.

    Result:

    Your new user appears on the Users page.

    For more information and additional configuration options, see Users.

Next steps

Creating a user using the API

About this task

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.

Steps

  • 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.

Next steps