Get
/group/get
Returns the group object of the specified group. The group is identified by group ID.
Query parameters
groupId
integer (int64) Required
ID of the group to be cloned
Responses
200
Example response:
{
"id": 1800150437,
"name": "Group Name",
"description": "Description of the group",
"email": "group@test.com"
}
object
id
integer (int64)
name
string
description
string
email
string
400
Required parameters are missing or incorrect. Group with groupId cannot be found
404
Error response: {
"errorActor": "CLIENT",
"errorCode": "INVALID_REQUEST",
"message": "Not Found"
}