Centrally Managed Consumers
Update a consumer
Update a Consumer's details. Any consumers already cached in a running Gateway will not be affected body the changes to the Realm until ttl minutes have passed.
patch/v1/realms/{realmId}/consumers/{consumerId}
Request body
Response
success
Example response
{
"custom_id": "4200",
"id": "8a388226-80e8-4027-a486-25e4f7db5d21",
"type": "proxy",
"consumer_groups": [
"gold"
],
"tags": [
"partner"
],
"username": "bob-the-builder",
"created_at": "2025-06-17T16:55:58.569399532Z",
"updated_at": "2025-06-17T16:55:58.569399532Z"
}