...
Header | Description |
|---|---|
| Authorization (required) | Access token. You can obtain a token by making a request. |
| Parameter | Description |
| group_id (required) | The ID of a group you would like to get info on. |
...
| Parameter | Description |
|---|---|
| group | An array with the group’ data. |
| usersCount | The number of users in the group. |
| groupId | The group ID. |
| userIds | An array with the users’ data. |
| id | The user’s ID. |
| name | The session’s title. |
| isSmart | The parameter shows if the group is a smart group. Possible values: 0 — The group is not a smart group. 1 — The group is a smart group. |
...