This call is deprecated. We recommend to use Account Administration API instead.
The corresponding new call is: GET /v1/user-group.
Return an array of user groups.
Parameter name | Description | Possible value | Required |
---|---|---|---|
userGroupID | Retrieve one specific user group. | integer | |
changedSince | Retrieve only items that have been added or modified since the specified timestamp. Use it to keep a local database in sync with Erply. | Integer (Unix timestamp) |
Field name | Type | Description | ||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
userGroupID | integer | |||||||||||||
name | string | |||||||||||||
added | integer | Unix timestamp. Creation time. | ||||||||||||
addedByUserName | string | |||||||||||||
lastModified | integer | Unix timestamp. Last modification time. | ||||||||||||
lastModifiedByUserName | string | |||||||||||||
attributes | array | Additional attributes. Each item looks like this:
|