POST api/scim/v2/users

Creates a new user

Request Information

URI Parameters

None.

Body Parameters

A urn:ietf:params:scim:schemas:core:2.0:User with the details of the new user

User
NameDescriptionTypeAdditional information
name

Name

None.

active

boolean

None.

userName

string

None.

emails

Collection of EMailAddress

None.

locale

string

None.

schemas

Collection of string

None.

id

string

None.

externalId

string

None.

meta

ResourceMetadata

None.

Request Formats

application/json, text/json, application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

A HTTP 200 Ok containing the new urn:ietf:params:scim:schemas:core:2.0:User, or a 409 Conflict if the user already exists

User
NameDescriptionTypeAdditional information
name

Name

None.

active

boolean

None.

userName

string

None.

emails

Collection of EMailAddress

None.

locale

string

None.

schemas

Collection of string

None.

id

string

None.

externalId

string

None.

meta

ResourceMetadata

None.

Response Formats

application/json, text/json

Sample:

Sample not available.