Webex · Schema
MetaObject
Response metadata.
CallingCollaborationCommunicationEnterpriseMessagingVideo Conferencing
Properties
| Name | Type | Description |
|---|---|---|
| resourceType | string | |
| organizationID | string | |
| created | string | The date and time the group was created. |
| lastModified | string | The date and time the group was last changed. |
| version | string | The version of the user. |
| location | string | The resource itself. |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/MetaObject",
"title": "MetaObject",
"type": "object",
"description": "Response metadata.",
"required": [
"created",
"lastModified",
"version",
"location"
],
"properties": {
"resourceType": {
"type": "string",
"example": "User"
},
"organizationID": {
"type": "string",
"example": "The organization ID of the user"
},
"created": {
"type": "string",
"example": "2023-01-11T17:38:31.605Z",
"description": "The date and time the group was created."
},
"lastModified": {
"type": "string",
"example": "2023-01-11T17:38:31.605Z",
"description": "The date and time the group was last changed."
},
"version": {
"type": "string",
"example": "\"W\\/\\\"e180ee84f0671b1\\\"\"",
"description": "The version of the user."
},
"location": {
"type": "string",
"example": "https://webexapi.com/identity/scim/0ae87ade-8c8a-4952-af08-318798958d0c/v2/Users/3426a8e3-d414-4bf0-a493-4f6787632a13",
"description": "The resource itself."
}
}
}