Creating a user - PingOne Cloud Platform - PingOne

PingOne Cloud Platform

bundle
pingone
ft:publication_title
PingOne Cloud Platform
Product_Version_ce
PingOne Cloud Platform
PingOne
category
Administratorguide
ContentType
Guide
Product
Productdocumentation
p1
p1cloudplatform
ContentType_ce
Guide > Administrator Guide
Product documentation
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.

Page created: 4 Nov 2022 |
Page updated: 10 May 2023

Creating a user using the admin console

Page created: 4 Nov 2022 |
Page updated: 9 Jan 2023
| 1 min read

Product documentation Content Type Guide Administrator Guide PingOne Cloud Platform PingOne Product
  1. Go to Identities > 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

Page created: 4 Nov 2022 |
Page updated: 9 Jan 2023
| 1 min read

Product documentation Content Type Guide Administrator Guide PingOne Cloud Platform PingOne Product

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