Returns the general information about all the groups, such as group ID and group manager.
This method doesn't have any parameters.
This method returns partial group information.
GET api/2.0/group Host: yourportal.onlyoffice.com Content-Type: application/json Accept: application/json
List of groups
application/json
{ "status": 0, "response": [ { "Id": "9924256A-739C-462b-AF15-E652A3B1B6EB", "Name": "some text", "Manager": "some text" } ] }
text/xml
<result> <status>0</status> <response> <Id>9924256A-739C-462b-AF15-E652A3B1B6EB</Id> <Name>some text</Name> <Manager>some text</Manager> </response> </result>