get_role_privileges
Retrieve all privileges assigned to a security role to audit permissions and understand what access the role provides to users and teams in Microsoft Dataverse.
Instructions
Retrieves all privileges currently assigned to a security role, showing what permissions the role grants. Use this to audit role permissions and understand what access a role provides to users and teams.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
roleId | Yes | ID of the role to retrieve privileges for |
Input Schema (JSON Schema)
{
"properties": {
"roleId": {
"description": "ID of the role to retrieve privileges for",
"type": "string"
}
},
"required": [
"roleId"
],
"type": "object"
}