Get a member's capabilities
GET/v1/org/members/:userId/capabilities
Returns the permission keys the member's role grants in the calling organization. Requires the users:read scope.
Request
Responses
- 200
- 401
- 403
- 404
The member's role and the permissions it grants.
Missing or invalid access token.
The token does not carry the users:read scope.
No such member in the calling organization.