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}/rolesCopied/computecomplete/organizations/{organization}/roles/createCopiedPOST /computecomplete/organizations/{organization}/rolesCopied/computecomplete/organizations/{organization}/roles/{role}Copied/computecomplete/organizations/{organization}/roles/{role}/editCopiedPUT /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}/groupsCopied/computecomplete/organizations/{organization}/groups/createCopiedPOST /computecomplete/organizations/{organization}/groupsCopied/computecomplete/organizations/{organization}/groups/{group}Copied/computecomplete/organizations/{organization}/groups/{group}/editCopiedPUT /computecomplete/organizations/{organization}/groups/{group}CopiedDELETE /computecomplete/organizations/{organization}/groups/{group}Copied- Create/update/delete groups
- Bind roles to groups