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?
Bulk User Management
Summarize Page
Copy Markdown
Open in ChatGPT
Open in Claude
Connect to Cursor
Connect to VS Code
Manage multiple users simultaneously - mass invitations, bulk updates, team reorganizations.
Scenario 1: Onboard 20 Contractors
Bash
POST /admin/api/users/invite-users{ "emails": [ "contractor1@company.com", "contractor2@company.com", ...20 emails... ], "groups": ["Contractors", "Read-Only-Access"], "sendEmail": true}Scenario 2: Team Reorganization
Split Analytics team into Customer Analytics and Product Analytics.
Bash
x
# Create new groupsPOST /admin/api/groups {"name": "Customer Analytics"}POST /admin/api/groups {"name": "Product Analytics"}# Move users# For each user in old team:PUT /admin/api/users/user-XXX/remove-groups {"groupIds": ["Analytics"]}PUT /admin/api/users/user-XXX/assign-groups {"groupIds": ["Customer Analytics"]}Scenario 3: Bulk Attribute Update
Update department for entire team.
Bash
# For each user:PUT /admin/api/users/user-XXX{ "attributes": { "department": ["Engineering - Data Platform"] }}Tip: Script this with a loop for 50+ users.
APIs Used
POST /admin/api/users/invite-users- Batch invitationsGET /admin/api/users/list- Get users to updatePUT /admin/api/users/:userId/assign-groups- Bulk group changesPUT /admin/api/users/:userId/remove-groups- Bulk removalsPUT /admin/api/users/:userId- Bulk attribute updates
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:
User AuthorizationFor 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