User Group
The User Group object represents a user group in the Marketplace platform. This object contains the following properties:
id
string
The primary identifier for the user group.
Example: UGR-1234-1234
href
string
A relative reference to the object within the API.
Example: /v1/accounts/groups/UGR-1234-1234
icon
string
The relative path to the token’s logo.
Example: /static/accounts/UGR-1234-1234/logo.png
name
string
The name of the user group.
Example: Stark Industries
description
string
A description of the group.
Example: Stark's marketing group
modules
The modules that the group members can access.
Example: Invoices
default
bool
Indicates if the user group is set as default within the account. There can be only one default user group per account.
Example: true
stats
stats
Statistics for the group. A group can be deleted only if the user count is 0.
Example:
Example
Last updated
Was this helpful?