Users Endpoint

Create User

This API creates a user and returns the user details along with the user's unique ID.

  • <b>Scope(Permission) required:</b> internal_user_mgt_create

  • <b>Flow type:</b> Client Credentials OAuth Flow

post/Users

Query parameters

attributesstring

SCIM defined attributes parameter.

excludedAttributesstring

SCIM defined excludedAttribute parameter.

Response

User is created.

Changes