ResourceType
Resource type definition as defined in RFC 7644 Section 6
The resource type's human-readable description
The resource type's HTTP-addressable endpoint relative to the base URL
The resource type's unique identifier
meta object
Resource metadata as defined in RFC 7643 Section 3.1
The timestamp when the resource was created
The timestamp when the resource was last modified
The URI of the resource
The name of the resource type (e.g., User, Group)
The version of the resource. Used for ETag-based versioning. Weak ETags are prefixed with W/
The resource type's name (e.g., User, Group)
The resource type's primary/base schema URI
schemaExtensions object[]
List of schema extensions for this resource type
Indicates whether the schema extension is required
The URI of the extended schema
Possible values: [urn:ietf:params:scim:schemas:core:2.0:ResourceType]
{
"description": "string",
"endpoint": "string",
"id": "string",
"meta": {
"created": "2024-07-29T15:51:28.071Z",
"lastModified": "2024-07-29T15:51:28.071Z",
"location": "string",
"resourceType": "string",
"version": "string"
},
"name": "string",
"schema": "string",
"schemaExtensions": [
{
"required": true,
"schema": "string"
}
],
"schemas": [
"urn:ietf:params:scim:schemas:core:2.0:ResourceType"
]
}