Update a member's preferences
PUT/v1/org/users/:userId/settings
Updates one member's interface preferences for the calling organization. Only the fields present in the request are changed; the complete resulting preferences are returned. Requires the users:write scope.
Request
Responses
- 200
- 400
- 401
- 403
- 404
The preferences after the update.
No recognised field was supplied, or a value is outside the accepted set or range.
Missing or invalid access token.
The token does not carry the users:write scope.
No such member in the calling organization.