Amazon Cognito · Example Payload

User Pools Forgot Password Request Example

AuthenticationIdentityOAuthOIDCSAMLUser ManagementFederated Identity

User Pools Forgot Password Request Example is an example object payload from Amazon Cognito, with 6 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

ClientIdSecretHashUserContextDataUsernameAnalyticsMetadataClientMetadata

Example Payload

Raw ↑
{
  "ClientId": "example-string",
  "SecretHash": "example-string",
  "UserContextData": "example-string",
  "Username": "jsmith",
  "AnalyticsMetadata": "example-string",
  "ClientMetadata": "example-string"
}