Retrieves the user attribute schema for the tenant. This includes all fields configured in the admin console for the user schema.
OK. Returns a list of schema fields.
Unauthorized. Returned if no valid authentication was provided.
[- {
- "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",
- "select-options": "[ {key1: value1}, {key2: value2} ]",
- "range-start": 0,
- "range-end": 100,
- "range-step": 1,
- "decision-point": true,
- "publicly-writable": true,
- "form-use": false
}
]