Get group details
GET/identities/groups
Retrieves details of a group.
Responses
- 200
Group details retrieved
- application/json
- Schema
- Example (from schema)
Schema
id string
name string
description string
{
"id": "string",
"name": "string",
"description": "string"
}
Loading...