Get Groups

Get Groups

A REST endpoint for getting all available user groups that can be used for setting permissions. If maxResult request parameters is not used the groups returned will be limited to 200.

Request
URI
GET
https://{api_host}/vco/api/server/groups
COPY
Query Parameters
string
filter
Optional

filter

integer
maxResult
Required
Constraints: default: 200

maxResult


Responses
200

The request is successful

Returns user-groups of type(s) application/json
"user-groups Object"
boolean
partial-result
Optional

partial-result

array of object
groups
Optional

groups


401

The user is not authorized.

Operation doesn't return any data structure

Code Samples
COPY
                    curl -H 'Authorization: <value>' https://{api_host}/vco/api/server/groups?maxResult=v