<< Click to Display Table of Contents >> Navigation: API > usergroups > add |
Description
Creates a user group.
Syntax
https://api.cameyo.com/usergroups/add?clientId=...&clientSecret=...&name=NewGroupName
Required parameters
•name: name of the user group to be created.
Return
200: success.
400: invalid parameters.
403: authentication failed or insufficient permissions.
409: an item with this name already exists.
Response example:
{
"id": "f9ad5ccc-095b-4f25-bcdb-81d5b6ed7ed2",
"name": "Accounting",
"created": "2021-10-30T02:25:05.457",
"powertags": null
}