UserListMedia
UserListMedia
SCIM 2 User list response
JSON Example
{
"resources": [
{
"name": {
"givenName": "MyGivenName",
"familyName": "MyFamilyName",
"middleName": "MyMiddleName"
},
"displayName": "My Display Name",
"userName": "my_user_name",
"title": "Example title",
"groups": [
{
"value": "e9e30dba-f08f-4109-8486-d5c6a331660a",
"$ref": "https://example.com/v2/Groups/e9e30dba-f08f-4109-8486-d5c6a331660a",
"display": "Example Group"
}
],
"profileUrl": "https://example.com/usergroup/scim/v2/Users/da916af2-4c19-4ddb-89bd-363dbb79da29",
"active": true,
"nickName": "My Casual Name",
"emails": [
{
"value": "[email protected]",
"primary": "true",
"display": "my work email"
}
],
"phoneNumbers": [
{
"value": "555-555-5555",
"type": "work",
"primary": true
}
],
"photos": [
{
"value": "https://photos.example.com/profilephoto/72930000000Ccne/F",
"type": "photo",
"primary": true,
"display": "Example photo"
}
],
"ims": [
{
"value": "[email protected]",
"type": "skype",
"primary": true,
"display": "ims_example"
}
],
"addresses": [
{
"type": "home",
"country": "USA",
"region": "CA",
"locality": "Hollywood",
"primary": true,
"formatted": "456 Hollywood Blvd\nHollywood, CA 91608 USA",
"streetAddress": "456 Hollywood Blvd",
"postalCode": "91608"
}
],
"id": "string",
"schemas": [
"string"
],
"meta": {
"location": "string",
"lastModified": "string",
"version": "string",
"created": "string",
"resourceType": "string"
},
"externalId": "string"
}
],
"startIndex": 0,
"totalResults": 0,
"itemsPerPage": 0,
"id": "string",
"schemas": [
"string"
],
"meta": {
"location": "string",
"lastModified": "string",
"version": "string",
"created": "string",
"resourceType": "string"
},
"externalId": "string"
}
integer As int32
As int32
startIndex
Optional
The 1-based index of the first result in the current set of list results
integer As int32
As int32
totalResults
Optional
The total number of results returned by the list or query operation
integer As int32
As int32
itemsPerPage
Optional
The number of resources returned in a list response page
string
id
Optional
The unique identifier of the SCIM resource
array of
string
schemas
Optional
The SCIM resource schema URIs
string
externalId
Optional
The SCIM resource external identifier