---
title: "Retrieve the user schema"
method: GET
path: "/blaize/schema/users"
tags: ["User"]
---

# Retrieve the user schema

`GET /blaize/schema/users`

Retrieves the user attribute schema for the tenant. This includes all fields configured in the admin console for the user schema.

## Response `200`

OK. Returns a list of schema fields.

- BlaizeSchemaField[]
  - `tenantId` string
  - `subTenantId` string
  - `slug` string — The unique identifier for the schema field.
  - `visibility` 'PUBLIC' — The visibility of the schema field. This is used to determine who can see the field. By default, all fields are PUBLIC. Those fields are visible to all users.
  - `context` string — The context of the schema field. It is used to group fields together into different contexts. By default, all fields are used in the `null` context.
  - `label` string
  - `required` boolean
  - `internal-description` string
  - `public-description` string
  - `validation-expression` string
  - `input-type` 'text' | 'color' | 'number' | 'range' | 'time' | 'datetime-local' | 'date' | 'week' | 'month' | 'email' | 'tel' | 'url' | 'password' | 'select' | 'checkbox' | 'radio' | 'textarea' | 'hidden'
  - `select-options` object[]
    - `label` string
    - `value` string
    - `default` boolean
  - `range-start` number
  - `range-end` number
  - `range-step` number
  - `decision-point` boolean — The decision point of the schema field. It determines whether the field is used in the decision engine. If set to true, this field will be evaluated by the decision engine to influence the outcome of decisions. For example, a field marked as a decision point might be used to grant or deny access to a specific feature.
  - `publicly-writable` boolean
  - `form-use` boolean

## Other responses

- `401` — Unauthorized. Returned if no valid authentication was provided.

---

[API](https://skmtc.net/zuora/apis/public-api-reference.md) · [All operations](https://skmtc.net/zuora/apis/public-api-reference/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/zuora/public-api-reference/revisions/0400dd83950b/schema)
