CentralCSP
APIGroups

Get a group

Returns one group.

Requires the admin role on the workspace.

GET
/v1/workspaces/{workspaceId}/groups/{groupId}

Authorization

AuthorizationBearer <token>

An OpenID Connect access token issued by Keycloak, acting as the signed-in user.

In: header

Path Parameters

workspaceId*string
groupId*string

Response Body

application/json

curl -X GET "https://api-next.centralcsp.com/v1/workspaces/string/groups/string"
{  "id": "string",  "workspaceId": "string",  "name": "Security team",  "createdAt": "2019-08-24T14:15:22Z",  "updatedAt": "2019-08-24T14:15:22Z"}