Webex · Schema

GroupMemberObject

CallingCollaborationCommunicationEnterpriseMessagingVideo Conferencing

Properties

Name Type Description
value string The identifier of the member of this Group.
type string A label indicating the type of resource, for example user, machine, or group.
View JSON Schema on GitHub

JSON Schema

webex-groupmemberobject-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/GroupMemberObject",
  "title": "GroupMemberObject",
  "type": "object",
  "properties": {
    "value": {
      "type": "string",
      "example": "c5349664-9f3d-410b-8bd3-6c31f181f13d",
      "description": "The identifier of the member of this Group."
    },
    "type": {
      "type": "string",
      "example": "user",
      "description": "A label indicating the type of resource, for example user, machine, or group."
    }
  }
}