list

<< Click to Display Table of Contents >>

Navigation:  API > usergroups >

list

Description

Lists user groups.

Syntax

https://api.cameyo.com/usergroups/list?clientId=...&clientSecret=...

Return

200: success.

400: invalid parameters.

403: authentication failed or insufficient permissions.

Response examples:

{

 "items": [

   {

     "id": "123e177e-f18f-4797-bf8c-7f4d767393bd",

     "name": "Accounting",

     "created": "2021-02-07T02:25:05.457",

     "powertags": null

   },

   {

     "id": "ca10cc7d-4656-4315-baad-4c9fc26f176c",

     "name": "Reception",

     "created": "2021-04-01T02:25:05.457",

     "powertags": null

   }

 ]

}