Description

Returns the group object of the specified group. The group is identified by group ID.

Request path

GET [REST URL]/group/get

Query Parameters

Parameter

Type

Description

groupId

Long

ID of the group to be requested

Example response

{
    "id": 1800150437,
    "name": "Group Name",
    "description": "Description of the group",
    "email": "group@test.com"
}