UserMedia
UserMedia
Represents a SCIM 2 User resource
JSON Example
{
"name": {
"familyName": "MyFamilyName",
"middleName": "MyMiddleName",
"givenName": "MyGivenName"
},
"displayName": "My Display Name",
"addresses": [
{
"type": "home",
"region": "CA",
"country": "USA",
"formatted": "456 Hollywood Blvd\nHollywood, CA 91608 USA",
"streetAddress": "456 Hollywood Blvd",
"postalCode": "91608",
"primary": true,
"locality": "Hollywood"
}
],
"nickName": "My Casual Name",
"profileUrl": "https://example.com/usergroup/scim/v2/Users/da916af2-4c19-4ddb-89bd-363dbb79da29",
"active": true,
"emails": [
{
"value": "[email protected]",
"primary": "true",
"display": "my work email"
}
],
"photos": [
{
"value": "https://photos.example.com/profilephoto/72930000000Ccne/F",
"type": "photo",
"primary": true,
"display": "Example photo"
}
],
"phoneNumbers": [
{
"value": "555-555-5555",
"type": "work",
"primary": true
}
],
"ims": [
{
"value": "[email protected]",
"type": "skype",
"primary": true,
"display": "ims_example"
}
],
"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"
}
],
"id": "string",
"externalId": "string",
"meta": {
"location": "string",
"version": "string",
"lastModified": "string",
"resourceType": "string",
"created": "string"
},
"schemas": [
"string"
]
}
string
displayName
Optional
The name of the user, suitable for display to end-users
string
nickName
Optional
The casual way to address the user
string As uri As uri
profileUrl
Optional
A fully qualified URL to a page representing the user's online profile
boolean
active
Optional
A Boolean value indicating the user's administrative status
string
userName
Required
The unique identifier of the user
string
title
Optional
The title of the user
string
id
Optional
The unique identifier of the SCIM resource
string
externalId
Optional
The SCIM resource external identifier
array of string
schemas
Optional
The SCIM resource schema URIs
Property Of