List distinct values for a filterable attribute

Returns paginated distinct values observed in user/profile data for a filterable attribute (standard or custom). Used to populate filter choices (e.g. distinct departments, titles, or custom picklist-like usage backed by stored values).
Query parameters support optional text search over the value list. pagination via nextPageToken and pageSize (default page size 50).

Path Params
string
required
length ≥ 1

External attribute name (department, timezone, custom something__c, etc.).

Query Params
string

Case-insensitive substring filter applied to candidate values.

string

Opaque offset for the next page; use the value from the previous response when more items exist.

1 to 500

Page size (1–500). May be passed as a number or numeric string.

Responses

Language
Credentials
OAuth2
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json