Centrally Managed Consumers
Create a consumer
Create a new consumer in this Realm. It will be available to use for authentication within a few seconds, unless the consumer's username is blocked in the Gateway. If this is the case, the new consumer will be available in negative_ttl (see the Realm definition) seconds.
post/v1/realms/{realmId}/consumers
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"
}