Gets the users associated with a billing account.
Request
GET https://www.activityinfo.org/resources/billingAccounts/{accountId}/users
Successful response
application/json
array[object] | |||
userId | string | The user's id | required |
string | The user's email | required | |
name | string | The user's name | required |
billingAccountRole | string | The role granted to this user at the Values:
|
required |
userLicenseType | string | The user license type required by this user, based on the permissions that have been granted to them at a database level. Values:
|
required |
lastLoginTime | float | The user's last login time, in milliseconds since the unix epoch (midnight on January 1st, 1970 UTC). | required |
Error responses
Status Code | Error Code | Description |
---|---|---|
401 | AUTHENTICATION_ |
The request must be authenticated |
403 | FORBIDDEN | Permission denied |
404 | NOT_ |
The resource could not be found |
410 | DELETED | The resource has been deleted |
Example
curl -u anything:YOUR_API_TOKEN \
https://www.activityinfo.org/resources/billingAccounts/190780004/users