Skip to main content

Create user

POST 

/nevisidm/api/scim/v1/:clientExtId/Users

Creates a new user based on the SCIM representation provided in the request body. The user is created within the client specified by clientExtId in the URL path.

The request body can include the user's core attributes (userName, name, emails, etc.), as well as the nevisIDM extension containing credentials, profiles, authorizations, and custom properties.

On success, returns the full SCIM representation of the created user with all server-generated attributes (id, meta, etc.) populated.

Request

Responses

User created successfully