v1
latestOpenAPI 3.1.02026-07-26490301.4 KBConsumer
Update consumer (user)
put/consumer/{id}
Path parameters
idstring required
Gateway consumer ID (user ID)
Headers
X-Request-IDstring
Unique ID of request
Request body
Example request
{
"email": "jonny.sonny@google.com"
}Response
Updated
Example response
{
"externalId": "14253ms92m0as",
"email": "jonny.sonny@google.com",
"birthday": "Yyyy-mm-dd",
"country": "GBR"
}