{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-cognito/refs/heads/main/json-structure/user-pools-get-user-request-structure.json", "name": "GetUserRequest", "description": "Represents the request to get information about the user.", "type": "object", "properties": { "AccessToken": { "allOf": [ { "$ref": "#/components/schemas/TokenModelType" }, { "description": "A non-expired access token for the user whose information you want to query." } ] } }, "required": [ "AccessToken" ] }