Get billing account users

Retrieves 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
email string The user's email required
name string The user's name required
billingAccountRole string The role granted to this user at theValues:
OWNER
Billing account owner, who has permission to add new databases, and to view billing account statistics.
NONE
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:
NONE
BASIC
FULL
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_REQUIRED The request must be authenticated
403 FORBIDDEN Permission denied
404 NOT_FOUND 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
Next item
Get database billing account