PUT api/scim/v2/users/{scimId}

Modifies the specified user.

Request Information

URI Parameters

NameDescriptionTypeAdditional information
scimId

Id of the user to modify

string

Required

Body Parameters

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 modified urn:ietf:params:scim:schemas:core:2.0: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.

Response Formats

application/json, text/json

Sample:

Sample not available.