An Okta Privileged Access group is a collection of users that share permissions and access to resources.
See Groups.
Lists all groups for your team
OK
{- "list": [
- {
- "id": "6783cefe-b243-4c59-a0a2-5839d2c873fb",
- "name": "compsons",
- "roles": [
- "pam_admin",
- "resource_admin"
], - "deleted_at": "0001-01-01T00:00:00Z"
}, - {
- "id": "b5a346c5-bafa-40eb-bb9f-401c0f57db36",
- "name": "compsons",
- "roles": [
- "pam_admin",
- "resource_admin"
], - "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 resource groups and projects. To assign the delegated_resource_admin
role, you need to add the group to the delegated_resource_admin_groups
list for a specific resource group. See Resource Groups.
Created
{- "deleted_at": null,
- "id": "",
- "name": "compsons",
- "roles": [
- "pam_admin",
- "resource_admin"
]
}
{- "deleted_at": "0001-01-01T00:00:00Z",
- "id": "b5a346c5-bafa-40eb-bb9f-401c0f57db36",
- "name": "compsons",
- "roles": [
- "pam_admin",
- "resource_admin"
]
}
Retrieves a specified group
OK
{- "deleted_at": "0001-01-01T00:00:00Z",
- "id": "b5a346c5-bafa-40eb-bb9f-401c0f57db36",
- "name": "compsons",
- "roles": [
- "pam_admin",
- "resource_admin"
]
}
Updates the access privileges of the specified group. To assign the delegated_resource_admin
role, you need to add the group to the delegated_resource_admin_groups
list for a specific resource group. See Resource Groups.
No Content
{- "roles": [
- "pam_admin",
- "resource_admin"
]
}
Removes a group from your team. This also removes the group from any associated projects.
No Content
Lists all users in a specified group
OK
{- "list": [
- {
- "team_name": "william-faulkner",
- "id": "c5cf4dfd-1726-45e3-a1c9-17598d59004d",
- "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
{- "name": "Jason.Compson.IV"
}
Removes a user from a group
No Content