GroupMedia
GroupMedia
Represents a SCIM 2 Group resource
JSON Example
{
"displayName": "Example Group",
"members": [
{
"value": "42dc6b2c-4517-4e88-b1a7-79a1a1f88b5b",
"$ref": "https://example.com/v2/User/42dc6b2c-4517-4e88-b1a7-79a1a1f88b5b",
"display": "Example User"
}
],
"id": "string",
"schemas": [
"string"
],
"meta": {
"location": "string",
"lastModified": "string",
"version": "string",
"created": "string",
"resourceType": "string"
},
"externalId": "string"
}
string
displayName
Required
A human-readable name for the group
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
Property Of