Create User

Use this endpoint to create a user. See User for more information.

Query Params
string

When included, each resource returned will contain the minimum set of resource attributes and any attributes or sub-attributes explicitly requested.

string

When included, each resource returned will contain the minimum set of resource attributes. Additionally, the default set of attributes minus those attributes listed in "excludedAttributes" is returned.

Body Params

Request body parameters for creating a user.

boolean
Defaults to true

Indicates if the user is active/enabled.

string

The name of the user, suitable for display to end-users.

name
object

Compatibility attribute, writes are allowed but discarded. Empty strings when read from.

string

Compatibility attribute. Write-only, never returned. Writes are discarded.

roles
array of objects
length ≥ 0
roles
string | null

A custom, user-supplied ID.

groups
array of objects
length ≥ 0

A list of groups to which the user belongs, either through direct membership, through nested groups, or dynamically calculated.

groups
string

The ID of this resource instance.

string

Indicate the User's default location for purposes of localization. It is the language tag only (no region).

meta
object | null

An object containing user metadata properties.

phoneNumbers
array of objects
length between 0 and 1

Phone numbers for the user.

phoneNumbers
schemas
array of strings

A schema for representing the user's configuration.

schemas
string | null

The user's title.

string

A service provider's unique identifier for the user, typically used by the user to directly authenticate to the service provider.

Headers
string
enum
Defaults to application/scim+json

Generated from available response content types

Allowed:
Responses

400

Invalid format or content of the request.

401

The SCIM token is invalid.

409

A conflict occurred with the current state of the target resource.

Language
Credentials
Bearer
URL
Response
Choose an example:
application/scim+json
application/json