v1

latestOpenAPI 3.0.02026-07-14201133.2 KB
Users

User info

get/self

Response

Success

accountIdinteger

Unique identifier of the user's account

acountLabelstring

The name of the user's account

contactNumberstring

Contact number of the user

emailAddressstring

Email address of the user

firstNamestring

First name of the user

idinteger

Unique identifier of the user

lastNamestring

Last name of the user

status'PENDING' | 'ACTIVE' | 'DELETED' | 'ARCHIVED'

Status of the user

Example response

{
  "accountId": 257073,
  "acountLabel": "Vonage",
  "emailAddress": "john.smith@example.com",
  "firstName": "Robert",
  "id": 522078,
  "lastName": "Smith",
  "roles": [
    {
      "code": "AU",
      "name": "Account User"
    }
  ],
  "status": "ACTIVE"
}
All 20 operations