curl --request GET \
--url https://api.example.com/api/v1/organizations/{organizationID}/groups \
--header 'Authorization: Bearer <token>'[
{
"metadata": {
"id": "a142f641-7fd6-4ab9-a875-344c7ebadc53",
"name": "a-team",
"organizationId": "d4600d6e-e965-4b44-a808-84fb2fa36702",
"creationTime": "2024-05-31T14:11:00Z",
"provisioningStatus": "provisioned",
"healthStatus": "healthy"
},
"spec": {
"userIDs": [
"d4600d6e-e965-4b44-a808-84fb2fa36702"
],
"serviceAccountIDs": [
"a0e9c93a-3a47-4ea1-9caf-22757428a810"
],
"roleIDs": [
"d4600d6e-e965-4b44-a808-84fb2fa36702"
]
}
}
]Returns a list of groups that are defined for the organization.
curl --request GET \
--url https://api.example.com/api/v1/organizations/{organizationID}/groups \
--header 'Authorization: Bearer <token>'[
{
"metadata": {
"id": "a142f641-7fd6-4ab9-a875-344c7ebadc53",
"name": "a-team",
"organizationId": "d4600d6e-e965-4b44-a808-84fb2fa36702",
"creationTime": "2024-05-31T14:11:00Z",
"provisioningStatus": "provisioned",
"healthStatus": "healthy"
},
"spec": {
"userIDs": [
"d4600d6e-e965-4b44-a808-84fb2fa36702"
],
"serviceAccountIDs": [
"a0e9c93a-3a47-4ea1-9caf-22757428a810"
],
"roleIDs": [
"d4600d6e-e965-4b44-a808-84fb2fa36702"
]
}
}
]Operation requires OAuth 2.0 bearer token authentication.
An organization ID.
A list of groups for the organization.
Metadata required by organization scoped resource reads.
Show child attributes
A valid Kubernetes label value, typically used for resource names that can be indexed in the database.
The unique resource ID.
The time the resource was created.
The provisioning state of a resource.
unknown, provisioning, provisioned, deprovisioning, error The health state of a resource.
unknown, healthy, degraded, error The organization identifier the resource belongs to.
The resource description, this optionally augments the name with more context.
The user who created the resource.
The time a resource was updated.
The user who updated the resource.
The time the resource was deleted.
A group.
Show child attributes
A list of strings.
An arbitrary string.
A list of strings.
An arbitrary string.
A list of strings.
An arbitrary string.