User groups

List the user groups

get

List the user groups

Authorizations
Responses
200

successful operation

application/json
get
GET //user-groups HTTP/1.1
Host: api.ecosuite.io
Authorization: YOUR_API_KEY
Accept: */*
{
  "groups": {
    "id": "text",
    "description": "text"
  }
}