Users
Retrieve a User's Settings
Retrieves a user's settings, including two-factor authentication status, email subscriptions, and deactivation status. Only the authenticated user can access their settings.
Returns
Returns a JSON object with a data key containing the user's settings.
Errors
If the request is unsuccessful, an errors key containing information about the failure will be returned. Refer to the list of error codes.
get/users/{user_id}/settings/
Path parameters
user_idstring required
The unique identifier of the user. Example: abc123
Response
Successfully retrieved the user's settings.