User Preferences
Get user's preferences
Fetch all user preferences.
GET
/
users
/
{user_id}
/
preferences
Authorizations
Authorization
string
headerrequiredBearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
user_id
string
requiredA unique identifier associated with the user whose preferences you wish to retrieve.
Query Parameters
tenant_id
string | null
Query the preferences of a user for this specific tenant context.
Response
200 - application/json
paging
object
requiredDeprecated - Paging not implemented on this endpoint
items
object[]
requiredThe Preferences associated with the user_id.