Assign Role
PUT/user-svc/user/:userId/role/:roleId
Assigns a role to a user. The caller can only assign roles they own. A user "owns" a role in the following cases:
- A static role where the role ID is prefixed with the caller's slug.
- Any dynamic or static role where the caller is an admin.
Examples:
- A user with the slug "joe-doe" owns roles like "joe-doe:any-custom-role".
- A user with any slug who has the role "my-service:admin" owns "my-service:user".
- A user with any slug who has the role "user-svc:org:{%orgId}:admin" owns "user-svc:org:{%orgId}:user".
Request
Responses
- 200
- 400
- 401
- 500
OK
Invalid JSON
Unauthorized
Role not found