cURL
curl --request GET \ --url https://api.mudstack.com/users/settings \ --header 'Authorization: Bearer <token>'
[ { "user_id": "<string>", "attribute_id": "<string>", "value": "<any>" } ]
Retrieve all settings for the current user.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
A list of user settings
The ID of the user.
The ID of the attribute.
The value of the setting.
Was this page helpful?