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?
Organize Users into Teams/Groups
Summarize Page
Copy Markdown
Open in ChatGPT
Open in Claude
Connect to Cursor
Connect to VS Code
Create and manage groups that organize users by teams, departments, or functions. Groups are how you scale access management - instead of managing 50 individual users, you manage 5 groups.
Real-World Scenario
Situation: Your company is creating a new "Customer Analytics" team with 8 people. They need:
- Access to customer data domain
- Ability to create dashboards
- View-only access to production pipelines
- Shared team resources
Solution: Create "Customer Analytics" group → Assign roles to group → Add 8 users → Everyone gets consistent access instantly.
Quick Start Workflow
Step 1: Create the Group
Bash
POST /admin/api/groupsRequest:
JSON
{ "name": "Customer Analytics", "attributes": { "department": ["Analytics"], "manager": ["analytics-lead@company.com"], "description": ["Customer-facing analytics and reporting team"] }}Response: Save group-015
Step 2: Assign Roles to Group
Bash
PUT /admin/api/assign-client-rolesRequest:
JSON
{ "groupId": "group-015", "roles": [ "dashboard-creator", "pipeline-viewer", "customer-data-viewer" ]}Step 3: Add Users to Group
Bash
PUT /admin/api/users/user-201/assign-groupsRequest:
JSON
{ "groupIds": ["group-015"]}Repeat for all 8 team members.
Step 4: Verify Group Setup
Bash
GET /admin/api/groups/group-015Check: All users listed, roles assigned, attributes set.
Common Group Patterns
- By Team: Data Engineering, Analytics, ML Team
- By Function: Pipeline Admins, Dashboard Viewers, API Developers
- By Access Level: Power Users, Standard Users, Read Only
- By Project: Q1-Launch-Team, Migration-Project-2024
- By Environment: Prod-Access, Dev-Access, Staging-Access
APIs Used
POST /admin/api/groups- Create groupGET /admin/api/groups- List groupsGET /admin/api/groups/:groupId- Get detailsPUT /admin/api/groups/:groupId- Update groupDELETE /admin/api/groups/:groupId- Delete groupPUT /admin/api/assign-client-roles- Assign roles to group
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:
Manage Access ChangesFor 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