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

Returns the specified User if found

Request Information

URI Parameters

NameDescriptionTypeAdditional information
scimId

The id of the User to be retrieved

string

Required

Body Parameters

None.

Response Information

Resource Description

A HTTP 200 Ok containing the urn:ietf:params:scim:schemas:core:2.0:User, or a 404 Not Found

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.