API
Acceldata Data Observability Cloud
Get Started
Assets
Asset Schema References
Data Reliability
Data Reliability Schema References
Pipelines
Authorization
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 and Review User Access
Summarize Page
Copy Markdown
Open in ChatGPT
Open in Claude
Connect to Cursor
Connect to VS Code
Generate comprehensive access reports, identify security risks, ensure compliance, and prepare for audits.
Quarterly Access Review Workflow
Step 1: Get Complete User List
Bash
GET /admin/api/users/listExport to spreadsheet for review.
Step 2: Check Each User's Access
Bash
# For each user:GET /authz/api/v1/users/user-XXX/rolesGET /authz/api/v1/users/permissions?userId=user-XXXStep 3: Identify Issues
Red Flags:
- Users with no groups (direct role assignments)
- Users with admin access who shouldn't have it
- Inactive users (last login >90 days)
- Contractors with permanent employee access
- Users in too many groups (>5)
Step 4: Generate Report
Report Template:
| User | Groups | Roles | Last Login | Issues | |
|---|---|---|---|---|---|
| user-123 | sarah@... | Data Eng | viewer | 2024-12-05 | OK |
| user-124 | old@... | 8 groups | admin | 2024-06-01 | Inactive, Too many groups |
Step 5: Take Action
Bash
x
# Disable inactive usersPUT /admin/api/users/user-124 {"enabled": false}# Remove excess groupsPUT /admin/api/users/user-124/remove-groups {...}APIs Used
GET /admin/api/users/list- All users with detailsGET /authz/api/v1/users/:userId/roles- User rolesGET /authz/api/v1/users/permissions- Effective permissionsGET /admin/api/users/count- Total user count
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:
Bulk User ManagementFor 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