List assigned permissions of a user
GET/nevisadmin/api/v1/users/:userKey/permissions
Required permission: any authenticated user
Returns the permissions assigned to the user. The permissionType option filters by origin: USER_DIRECT (assigned directly to the user) or GROUP_DIRECT (inherited from a group the user belongs to).
Request
Responses
- 200
- 400
- 404
Success
Invalid user key or permission type
User not found