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?
Manage Role Lifecycle
Summarize Page
Copy Markdown
Open in ChatGPT
Open in Claude
Connect to Cursor
Connect to VS Code
Systematically create, update, archive, and delete roles as your organization evolves.
Role Lifecycle Stages
1. Creation
2. Active Use
- Assign to users/groups
- Monitor usage
- Gather feedback
3. Update
Use Update Roles & Permissions
4. Deprecation
Bash
x
# Rename to indicate deprecatedPUT /authz/api/v1/roles/role-old{ "name": "DEPRECATED-old-role-name", "description": "Deprecated - Use new-role-name instead"}# Remove new assignments# (existing users keep it until migrated)5. Migration
Bash
# For each user with old role:PUT /admin/api/remove-assigned-client-roles{ "userId": "user-XXX", "roles": ["DEPRECATED-old-role-name"]}PUT /admin/api/assign-client-roles{ "userId": "user-XXX", "roles": ["new-role-name"]}6. Deletion
Bash
# Only after all users migratedDELETE /authz/api/v1/roles/role-oldRole Health Check (Monthly)
Bash
# 1. List all rolesGET /authz/api/v1/roles# 2. Check usage of each roleGET /authz/api/v1/roles/role-XXX# Look at assignedTo count# 3. Identify:# - Unused roles (0 assignments)# - Deprecated roles (should be removed)# - Overlapping roles (consolidate)APIs Used
GET /authz/api/v1/roles- List rolesPOST /authz/api/v1/roles- Create newPUT /authz/api/v1/roles/:roleId- Update existingDELETE /authz/api/v1/roles/:roleId- Delete oldPUT /admin/api/assign-client-roles- Migrate usersPUT /admin/api/remove-assigned-client-roles- Remove old assignments
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?
For 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