<< Click to Display Table of Contents >> Navigation: API > usergroups > get |
Description
Obtains information about a specific user group.
Syntax
https://api.cameyo.com/usergroups/get?clientId=...&clientSecret=...&id=...
Required parameters
•id: user group ID (guid).
Return
200: success.
400: invalid parameters.
403: authentication failed or insufficient permissions.
404: user not found.
500: an internal error has occurred.
Response example:
{
"id": "f9ad5ccc-095b-4f25-bcdb-81d5b6ed7ed2",
"name": "Accounting",
"created": "2021-10-30T02:25:05.457",
"powertags": null
}