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?
Create Custom Roles
Summarize Page
Copy Markdown
Open in ChatGPT
Open in Claude
Connect to Cursor
Connect to VS Code
Design and create custom roles tailored to your organization's specific needs.
Role Design Process
Step 1: Identify Need
Questions to ask:
- What job function needs access?
- What should they be able to do?
- What should they NOT be able to do?
- Is this temporary or permanent?
Step 2: Get Permission Template
Bash
GET /authz/api/v1/roles/templateReview available permissions.
Step 3: Create Role
Bash
POST /authz/api/v1/rolesExample: Dashboard Editor
JSON
{ "name": "dashboard-editor", "description": "Can create and edit dashboards but not publish to production", "permissions": [ "dashboard.create", "dashboard.edit", "dashboard.view", "catalog.view" ]}Example: Pipeline Monitor
JSON
{ "name": "pipeline-monitor", "description": "View pipelines and runs, can trigger manual runs", "permissions": [ "pipeline.view", "pipeline.execute", "pipeline.run.view" ]}Step 4: Test Role
Bash
x
# Assign to test userPUT /admin/api/assign-client-roles{ "userId": "test-user", "roles": ["dashboard-editor"]}# Verify permissionsGET /authz/api/v1/users/permissions?userId=test-userStep 5: Deploy to Production
Bash
# Assign to appropriate groupsPUT /admin/api/assign-client-roles{ "groupId": "group-dashboard-team", "roles": ["dashboard-editor"]}Common Custom Roles
Auditor Role:
JSON
{ "name": "auditor", "permissions": ["*.view", "audit.read", "log.read"]}Data Steward:
JSON
{ "name": "data-steward", "permissions": ["catalog.certify", "catalog.tag", "metadata.edit"]}Pipeline Operator:
JSON
{ "name": "pipeline-operator", "permissions": ["pipeline.view", "pipeline.execute", "pipeline.monitor"]}APIs Used
GET /authz/api/v1/roles/template- Get permissionsPOST /authz/api/v1/roles- Create roleGET /authz/api/v1/roles/:roleId- View role detailsPUT /admin/api/assign-client-roles- Assign role
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:
Update Roles & 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