Role Assignments
Role assignment operations for users
📄️ List users by role
Retrieves all users who have been assigned a specific role within a tenant. Uses GSI2 for efficient querying.
📄️ List user role assignments
Retrieves all role assignments for a specific user within a tenant.
📄️ Create role assignment
Assigns a role to a user with optional scope restriction. The role ID references a role defined in the Authorization Service.
📄️ Delete role assignment
Removes a role assignment from a user. Publishes a RoleAssignmentChanged event for cache invalidation.