User Management Controller
This is a controller that exposes endpoints in charge of handling requests related to managing users
📄️ Get Single User from IdP
Gets a User from a specific identity provider of a specific tenant.
📄️ Update Managed User
Updates a user's properties
📄️ Delete Managed User
Deletes a user from the respective Identity Provider
📄️ Set Password
Sets or resets a user's password
📄️ Get Users from IdP
Gets all active Users from a specific identity provider of a specific tenant.
📄️ Create User
Creates a User within a specific tenant's IdP
📄️ Assign Admin Role
Assigns the Admin role to a specific user.
📄️ Remove Admin Role
Removes the Admin role from a specific user.
📄️ Join Group
Allows a user to join a group.
📄️ Remove User from Group
Removes a user as member of a group.