Assignments

getAssignedRolesForUser

Get list of assigned roles by user id

get/v1/permissions/assignments/{userId}

Path parameters

userIdstring required

Id of a user

Example:1

Response

ok

RoleId[] required

List of role ids attached to an user

Example response

[
  "123:owner"
]

Changes

No recorded changes to this endpoint across all 2 revisions of this API.