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
-
Go to Directory → Users.
-
Click the icon.
Result:
The Add User panel pops up.
-
In the Username field, enter a unique username.
Username is the only required field, but you should enter relevant values in the other fields.
-
Click Save.
-
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 theenabled
andmfaEnabled
parameters set totrue
:POST https://api.pingone.com/v1/environments/{{envId}}/users
The
username
andpopulation
parameters are the only mandatory fields in the request body.See POST: CREATE User in the API reference for details.