Get User Attribute Verification Code
POST {{aws_cognito_identity_provider_base_url}}/?Action=GetUserAttributeVerificationCode
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
Action | string | The access token returned by the server response to get the user attribute verification code. |
Request Body
{"AccessToken"=>"string", "AttributeName"=>"string", "ClientMetadata"=>{"string"=>"string"}}