Amazon Cognito · Schema
GetUserResponse
Represents the response from the server from the request to get information about the user.
AuthenticationIdentityOIDCSAMLUser ManagementFederated Identity
Properties
| Name | Type | Description |
|---|---|---|
| Username | object | |
| UserAttributes | object | |
| MFAOptions | object | |
| PreferredMfaSetting | object | |
| UserMFASettingList | object |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "https://raw.githubusercontent.com/api-evangelist/amazon-cognito/refs/heads/main/json-schema/user-pools-get-user-response-schema.json",
"title": "GetUserResponse",
"description": "Represents the response from the server from the request to get information about the user.",
"type": "object",
"properties": {
"Username": {
"allOf": [
{
"$ref": "#/components/schemas/UsernameType"
},
{
"description": "The username of the user that you requested."
}
]
},
"UserAttributes": {
"allOf": [
{
"$ref": "#/components/schemas/AttributeListType"
},
{
"description": "<p>An array of name-value pairs representing user attributes.</p> <p>For custom attributes, you must prepend the <code>custom:</code> prefix to the attribute name.</p>"
}
]
},
"MFAOptions": {
"allOf": [
{
"$ref": "#/components/schemas/MFAOptionListType"
},
{
"description": " <i>This response parameter is no longer supported.</i> It provides information only about SMS MFA configurations. It doesn't provide information about time-based one-time password (TOTP) software token MFA configurations. To look up information about either type of MFA configuration, use UserMFASettingList instead."
}
]
},
"PreferredMfaSetting": {
"allOf": [
{
"$ref": "#/components/schemas/StringType"
},
{
"description": "The user's preferred MFA setting."
}
]
},
"UserMFASettingList": {
"allOf": [
{
"$ref": "#/components/schemas/UserMFASettingListType"
},
{
"description": "The MFA options that are activated for the user. The possible values in this list are <code>SMS_MFA</code> and <code>SOFTWARE_TOKEN_MFA</code>."
}
]
}
},
"required": [
"Username",
"UserAttributes"
]
}
Work with this as data
Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.
MCP server
One button, every client — Claude, Cursor, VS Code and the rest.
https://apis.io/mcp
Tools for schemas
4 MCP tools reach this
find_json_schemasBrowse and filter every JSON Schema in the catalog.apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.resolveTurn a domain, URL or GitHub org into the provider it belongs to.find_cohortsEvery scored population of providers in the catalog.
Call it yourself
curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/user-pools-get-user-response"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"
Discovery needs no key. Ratings and market analysis are Pro.
Get an API key
Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.
A second provider on the same verified email joins the account you already have.