{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-connect/refs/heads/main/json-structure/user-summary-structure.json", "name": "UserSummary", "description": "Contains summary information about a user.", "type": "object", "properties": { "Id": { "type": "string", "description": "The identifier of the user account.", "example": "500123" }, "Arn": { "type": "string", "description": "The Amazon Resource Name (ARN) of the user account.", "example": "arn:aws:connect:us-east-1:123456789012:instance/a1b2c3d4/agent/500123" }, "Username": { "type": "string", "description": "The Amazon Connect user name of the user account.", "example": "jsmith" } } }