Manage Access Changes

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.

Bash
Copy

Scenario 2: Team Transfer

User moving from Analytics to Data Engineering.

Bash
Copy

Scenario 3: Temporary Project Access

Grant elevated access for 2 weeks.

Bash
Copy

Scenario 4: Update User Info

Name change, new manager, department transfer.

Bash
Copy

APIs Used

  1. PUT /admin/api/users/:userId - Update user details
  2. PUT /admin/api/users/:userId/assign-groups - Add to groups
  3. PUT /admin/api/users/:userId/remove-groups - Remove from groups
  4. GET /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