QueueParticipantRequest

Request to add a participant to a queue

Properties

Name Type Description
userId integer ID of the user to add as a participant
View JSON Schema on GitHub

JSON Schema

automation-anywhere-queueparticipantrequest-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/QueueParticipantRequest",
  "title": "QueueParticipantRequest",
  "type": "object",
  "description": "Request to add a participant to a queue",
  "properties": {
    "userId": {
      "type": "integer",
      "format": "int64",
      "description": "ID of the user to add as a participant"
    }
  }
}