Skip to main content
Version: 2024.1

Get group by ID

Description

Gets a group's details using the group's id.

URL

http://{Admin API IP}:{port#}/api/v1/groups/{id}

ParameterDescription/Comments
ID(string) Group's ID. Can be retrieved via Get all groups.

HTTP method

GET

Request

Headers

Example header format:

Authorization: Basic <authorization token returned from the login method>

Content-Type: application/json

Response

Response example
{
"ParentIds": null,
"Sid": "42038eb9-9a58-4298-8a38-0be6f4d3b87a",
"Name": "my group",
"Description": "my group's description",
"ViewOnly": false,
"groupType": "UserDefined",
"groupRole": "Regular",
"Id": 7
}
Response code
200 OK