API
Acceldata Data Observability Cloud
Get Started
Assets
Asset Schema References
Data Reliability
Data Reliability Schema References
Pipelines
Authentication
Title
Message
Create new category
What is the title of your new category?
Edit page index title
What is the title of the page index?
Edit category
What is the new title of your category?
Edit link
What is the new title and URL of your link?
Audit Permissions
Summarize Page
Copy Markdown
Open in ChatGPT
Open in Claude
Connect to Cursor
Connect to VS Code
Review who has what permissions, identify over-privileged users, ensure least privilege, prepare for compliance audits.
Permission Audit Workflow
Step 1: List All Roles
Bash
GET /authz/api/v1/rolesReview each role's permissions.
Step 2: Check User Permissions
Bash
# For each user or sample of users:GET /authz/api/v1/users/user-XXX/rolesGET /authz/api/v1/users/permissions?userId=user-XXXStep 3: Identify Over-Privileged Users
Red flags:
- Users with admin roles who shouldn't have them
- Users with write access who only need read
- Contractor with same access as employees
- Users with permissions from multiple conflicting roles
Step 4: Generate Permission Matrix
| User | Roles | Can Create | Can Delete | Can Admin | Review Status |
|---|---|---|---|---|---|
| user-123 | viewer | ❌ | ❌ | ❌ | Appropriate |
| user-124 | admin | ✓ | ✓ | ✓ | Over-privileged |
Step 5: Remediate Issues
Bash
# Remove excessive rolesPUT /admin/api/remove-assigned-client-roles{ "userId": "user-124", "roles": ["admin"]}APIs Used
GET /authz/api/v1/roles- All rolesGET /authz/api/v1/users/:userId/roles- User rolesGET /authz/api/v1/users/permissions- Effective permissions
Type to search, ESC to discard
Type to search, ESC to discard
Type to search, ESC to discard
Last updated on
Was this page helpful?
Next to read:
Implement Least PrivilegeFor additional help, contact www.acceldata.force.com OR call our service desk +1 844 9433282
Copyright © 2025
Discard Changes
Do you want to discard your current changes and overwrite with the template?
Archive Synced Block
Message
Create new Template
What is this template's title?
Delete Template
Message