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?
Update Roles & Permissions
Summarize Page
Copy Markdown
Open in ChatGPT
Open in Claude
Connect to Cursor
Connect to VS Code
Modify existing roles as requirements evolve - add permissions, remove access, refine role definitions.
Common Update Scenarios
Scenario 1: Add Permission to Role
Team needs additional capability.
Bash
PUT /authz/api/v1/roles/role-pipeline-creator{ "name": "pipeline-creator", "description": "Create and manage pipelines", "permissions": [ "pipeline.create", "pipeline.edit", "pipeline.view", "pipeline.execute", "pipeline.delete" // NEW: Added delete permission ]}Scenario 2: Remove Permission from Role
Security tightening - remove risky permission.
Bash
PUT /authz/api/v1/roles/role-data-viewer{ "name": "data-viewer", "permissions": [ "pipeline.view", "catalog.view" // REMOVED: "data.export" - too risky ]}Scenario 3: Rename/Update Description
Bash
PUT /authz/api/v1/roles/role-015{ "name": "senior-data-engineer", "description": "Senior engineers - can approve deployments", "permissions": [...existing...]}APIs Used
GET /authz/api/v1/roles/:roleId- Get current rolePUT /authz/api/v1/roles/:roleId- Update roleGET /authz/api/v1/users/:userId/roles- Verify changes
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:
Audit PermissionsFor 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