addRoleAssignments
Add RBAC role assignments to the given users and/or groups. Existing role assignments are preserved.
Arguments
| Argument | Type | Description |
|---|---|---|
| userIds | [String!] | List of user IDs. |
| groupIds | [String!] | List of group IDs. |
| roleIds (required) | [String!]! | List of role IDs to assign. |
Returns
Boolean!