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?
Manage Access Changes
Summarize Page
Copy Markdown
Open in ChatGPT
Open in Claude
Connect to Cursor
Connect to VS Code
Handle day-to-day access changes: promotions, team transfers, temporary access grants, and permission adjustments.
Common Scenarios
Scenario 1: Promotion to Team Lead
User needs elevated permissions.
# Add to team lead group
PUT /admin/api/users/user-123/assign-groups
{
"groupIds": ["group-team-leads"]
}
Scenario 2: Team Transfer
User moving from Analytics to Data Engineering.
# Remove from old group
PUT /admin/api/users/user-123/remove-groups
{
"groupIds": ["group-analytics"]
}
# Add to new group
PUT /admin/api/users/user-123/assign-groups
{
"groupIds": ["group-data-engineering"]
}
Scenario 3: Temporary Project Access
Grant elevated access for 2 weeks.
# Add to project group
PUT /admin/api/users/user-123/assign-groups
{
"groupIds": ["group-migration-project"]
}
# Set calendar reminder to remove after project
Scenario 4: Update User Info
Name change, new manager, department transfer.
PUT /admin/api/users/user-123
{
"firstName": "Sarah",
"lastName": "Chen-Martinez",
"attributes": {
"manager": ["new-manager@company.com"],
"department": ["Engineering - Platform"]
}
}
APIs Used
PUT /admin/api/users/:userId- Update user detailsPUT /admin/api/users/:userId/assign-groups- Add to groupsPUT /admin/api/users/:userId/remove-groups- Remove from groupsGET /authz/api/v1/users/:userId/roles- Verify changes
Last updated on
Was this page helpful?
Next to read:
Offboard a UserFor 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