Amazon Connect · Schema

DescribeUserResponse

ChatContact CenterCustomer ServiceVoiceAIOmnichannel

Properties

Name Type Description
User object
View JSON Schema on GitHub

JSON Schema

amazon-connect-describeuserresponse-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/DescribeUserResponse",
  "title": "DescribeUserResponse",
  "type": "object",
  "properties": {
    "User": {
      "$ref": "#/components/schemas/User"
    }
  }
}