Get the user groups collection.
Create a user group for the client account.
Update a user group.
Delete a user group.
Get a single user group by ID.
id
string
Primary group identifier.
Example: "UGR-1234-1234"
href
string
Relative reference to object on API.
Example: "/v1/accounts/groups/UGR-1234-1234"
icon
string
Relative path to token’s logo.
Example: "/static/accounts/UGR-1234-1234/logo.png"
name
string
Group name.
Example: "Stark Industries"
description
string
Group description.
Example: "Stark's marketing group"
modules
List of modules available for the group.
Example: "Invoices"
default
bool
Indicated if the user group is set as default in the account. There is only one default user-group per account.
Example: "true"
stats
stats
Statistics of the group. A
group can be deleted only if the UsersCount is 0
.
Example:
No Content
Success
Created
Success
Success