# Creates a new subject group Endpoint: POST /v0/subjects/groups Version: 0 Security: authorization_code_with_pkce_0, client_credentials_0 ## Request fields (application/json): - `displayName` (string, required) - `description` (string, required) ## Response 200 fields (application/json): - `id` (string, required) - `displayName` (string, required) - `tenant` (string,null) - `subjectId` (string, required) - `type` (string, required) Enum: "User", "Client", "Anonymous", "Group" - `properties` (object, required) - `properties.description` (string, required) - `properties.memberCount` (integer, required) ## Response 409 fields (application/json): - `type` (string,null) - `title` (string,null) - `status` (integer,null) - `detail` (string,null) - `instance` (string,null) ## Response 401 fields