Verify User Attribute
POST {{aws_cognito_identity_provider_base_url}}/?Action=VerifyUserAttribute
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
Action | string | Represents the access token of the request to verify user attributes. |
Request Body
{"AccessToken"=>"string", "AttributeName"=>"string", "Code"=>"string"}