View Source Auth0.Management.Roles (Auth0Api v2.2.0)
Summary
Functions
Assign one or more users to an existing user role.
Add one or more permissions to a specified user role.
Create a user role for Role-Based Access Control.
Delete a specific user role from your tenant. Once deleted, it is removed from any user who was previously assigned that role. This action cannot be undone.
Retrieve details about a specific user role specified by ID.
Retrieve detailed list of user roles created in your tenant.
Retrieve detailed list (name, description, resource server) of permissions granted by a specified user role.
Retrieve list of users associated with a specific role.
Remove one or more permissions from a specified user role.
Modify the details of a specific user role specified by ID.
Types
Functions
Assign one or more users to an existing user role.
see
https://auth0.com/docs/api/management/v2/roles/post-role-users
Add one or more permissions to a specified user role.
see
https://auth0.com/docs/api/management/v2/roles/post-role-permission-assignment
Create a user role for Role-Based Access Control.
see
Delete a specific user role from your tenant. Once deleted, it is removed from any user who was previously assigned that role. This action cannot be undone.
see
https://auth0.com/docs/api/management/v2/roles/delete-roles-by-id
Retrieve details about a specific user role specified by ID.
see
https://auth0.com/docs/api/management/v2/roles/get-roles-by-id
Retrieve detailed list of user roles created in your tenant.
see
Retrieve detailed list (name, description, resource server) of permissions granted by a specified user role.
see
https://auth0.com/docs/api/management/v2/roles/get-role-permission
Retrieve list of users associated with a specific role.
see
https://auth0.com/docs/api/management/v2/roles/get-role-user
Remove one or more permissions from a specified user role.
see
https://auth0.com/docs/api/management/v2/roles/delete-role-permission-assignment
Modify the details of a specific user role specified by ID.
see
https://auth0.com/docs/api/management/v2/roles/patch-roles-by-id