Skip to content

Retrieve a SCIM identity

GET
/api/v4/groups/{id}/scim/{uid}

Retrieves a specified SCIM identity.

id
required
string

The ID of a group

uid
required
string

External UID of the user

OK

Media type application/json
object
extern_uid
string
user_id
string
active
string
Example generated
{
"extern_uid": "example",
"user_id": "example",
"active": "example"
}

Bad Request

Not Found