v1
latestOpenAPI 3.0.02026-08-0610682246.0 KBUser
Retrieve the user schema
Retrieves the user attribute schema for the tenant. This includes all fields configured in the admin console for the user schema.
get/blaize/schema/users
Response
OK. Returns a list of schema fields.
Example response
[
{
"tenantId": "company",
"subTenantId": "company|demo",
"slug": "first-name",
"visibility": "PUBLIC",
"context": "ZUORA_BILLING",
"label": "First Name",
"required": true,
"internal-description": "The first name of the user",
"public-description": "The first name of the user",
"validation-expression": "[a-z]+$",
"input-type": "text",
"range-end": 100,
"range-step": 1,
"decision-point": true,
"publicly-writable": true
}
]