List trusted attributes and their assigned values
attributes
List trusted attributes and their assigned values
Returns every trusted attribute registered for the organization, each with its declared schema (name + type) and all assigned values across user/group/default scopes. Pages over attribute names; the embedded user-values within each attribute are NOT bounded by this pagination.
Authorization: Requires organization admin.
GET
List trusted attributes and their assigned values
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Standard identifier pattern for resource names
Pattern:
^[a-zA-Z0-9_ -]+$Query Parameters
Maximum number of items to return. Use -1 or omit to return all results. Valid values: -1 (all results) or 1–500.
Required range:
-1 <= x <= 500Number of items to skip before starting to return results
Required range:
x >= 0