GET api/2.0/group/search
Returns a list of all the groups by the group name specified in the request.
Name |
Description |
Type |
Example |
groupName
sent in body
|
Group name
|
string
|
some text
|
GET api/2.0/group/search
Host: yourportal.onlyoffice.com
Content-Type: application/json
Accept: application/json
{
"groupName": "some text"
}