assignRole
Assign a role to a user in a tenant with the Node.js SDK.
createRole
Create a new role, with optional permissions and extended roles, using the Node.js SDK.
deleteRole
Delete a role by key or ID with the Node.js SDK.
getAssignedRoles
List all roles assigned to a user, optionally filtered by tenant, with the Node.js SDK.
getRole
Fetch a single role by key or ID with the Node.js SDK.
unassignRole
Unassign a role from a user in a tenant with the Node.js SDK.
updateRole
Update a role's name, description, permissions, or extended roles with the Node.js SDK.