Consumers
Create a new Consumer
Create a new Consumer
post/{workspace}/consumers
Path parameters
workspacestring required
Example:team-payments
The name of the workspace
Request body
Example request
{
"custom_id": "4200",
"id": "8a388226-80e8-4027-a486-25e4f7db5d21",
"tags": [
"silver-tier"
],
"username": "bob-the-builder"
}Response
Successfully created Consumer
Example response
{
"custom_id": "4200",
"id": "8a388226-80e8-4027-a486-25e4f7db5d21",
"tags": [
"silver-tier"
],
"username": "bob-the-builder"
}