Get a member's preferences
GET/v1/org/users/:userId/settings
Returns one member's interface preferences for the calling organization. Preferences are held separately per organization, so a person who belongs to several carries a different set in each. A member who has saved nothing receives the documented defaults. Requires the users:read scope.
Request
Responses
- 200
- 401
- 403
- 404
The member's preferences.
Missing or invalid access token.
The token does not carry the users:read scope.
No such member in the calling organization.