Roles & Groups (Custom IAM)
Define custom roles and group users; bind roles to groups for scalable access control.
Audience: Org IAM admins
Roles (CRUD)
Define permission sets used across the app.
/computecomplete/organizations/{organization}/roles
Copied/computecomplete/organizations/{organization}/roles/create
CopiedPOST /computecomplete/organizations/{organization}/roles
Copied/computecomplete/organizations/{organization}/roles/{role}
Copied/computecomplete/organizations/{organization}/roles/{role}/edit
CopiedPUT /computecomplete/organizations/{organization}/roles/{role}
CopiedDELETE /computecomplete/organizations/{organization}/roles/{role}
Copied- Create/update/delete roles
- View role details
Groups (CRUD)
Group users and bind roles to groups.
/computecomplete/organizations/{organization}/groups
Copied/computecomplete/organizations/{organization}/groups/create
CopiedPOST /computecomplete/organizations/{organization}/groups
Copied/computecomplete/organizations/{organization}/groups/{group}
Copied/computecomplete/organizations/{organization}/groups/{group}/edit
CopiedPUT /computecomplete/organizations/{organization}/groups/{group}
CopiedDELETE /computecomplete/organizations/{organization}/groups/{group}
Copied- Create/update/delete groups
- Bind roles to groups