Effective May 1, 2026, Okta will no longer sell or renew Advanced Server Access. Existing customers must migrate to Okta Privileged Access within one year of their next scheduled renewal date to maintain service. Read the FAQ | Learn about Okta Privileged Access
Lists all Groups for your Team
OK
{- "list": [
- {
- "id": "c3703a9d-cffa-4862-8037-f32fa1caecb0",
- "name": "compsons",
- "roles": [
- "access_user",
- "reporting_user",
- "access_admin"
], - "federated_from_team": "william-faulkner",
- "federation_approved_at": "2018-04-07T00:00:00Z",
- "deleted_at": "0001-01-01T00:00:00Z"
}, - {
- "id": "7f9901bd-7ca8-4653-af8e-ab5c2151236c",
- "name": "compsons",
- "roles": [
- "access_user",
- "reporting_user",
- "access_admin"
], - "federated_from_team": null,
- "federation_approved_at": null,
- "deleted_at": "0001-01-01T00:00:00Z"
}
]
}Creates a Group for your Team. Groups allow you to assign RBAC roles to users and manage user access to Projects.
Created
{- "deleted_at": null,
- "federated_from_team": null,
- "federation_approved_at": null,
- "id": "",
- "name": "compsons",
- "roles": [
- "access_user",
- "reporting_user",
- "access_admin"
]
}{- "deleted_at": "0001-01-01T00:00:00Z",
- "federated_from_team": null,
- "federation_approved_at": null,
- "id": "7f9901bd-7ca8-4653-af8e-ab5c2151236c",
- "name": "compsons",
- "roles": [
- "access_user",
- "reporting_user",
- "access_admin"
]
}Retrieves a specified Group
OK
{- "deleted_at": "0001-01-01T00:00:00Z",
- "federated_from_team": null,
- "federation_approved_at": null,
- "id": "7f9901bd-7ca8-4653-af8e-ab5c2151236c",
- "name": "compsons",
- "roles": [
- "access_user",
- "reporting_user",
- "access_admin"
]
}Updates the access privileges of the specified Group
No Content
{- "roles": [
- "access_user",
- "reporting_user",
- "access_admin"
]
}Removes a Group from your Team. This also removes the Group from any associated Projects.
No Content
Updates the access privileges of the specified Group
No Content
{- "roles": [
- "access_user",
- "reporting_user",
- "access_admin"
]
}Lists all Users in a specified Group
OK
{- "list": [
- {
- "team_name": "william-faulkner",
- "id": "a32daca7-8dde-4492-bf71-210f7aa504d3",
- "name": "Benjy.Compson",
- "status": "DISABLED",
- "details": {
- "first_name": "Benjy",
- "last_name": "Compson",
- "full_name": "Benjy Compson",
- "email": "benjy.compson@example.com"
}, - "user_type": "human",
- "deleted_at": null
}
]
}Adds a User to a Group
No Content
{- "deleted_at": null,
- "details": {
- "email": "jason.compson@example.com",
- "first_name": "Jason",
- "full_name": "Jason Compson IV",
- "last_name": "Compson"
}, - "id": "6768ef2e-9a17-42ce-bf9a-a3a7242bd159",
- "name": "Jason.Compson.IV",
- "status": "ACTIVE",
- "team_name": "william-faulkner",
- "user_type": "human"
}Removes a User from a Group
No Content