CDN77 API reference

List of team members

Gethttps://api.cdn77.com/v3/customer/team

Responses

Team member list returned.

Response parameters

  • idstring, format UUIDv4
  • emailstring
  • full_namestring
  • has_two_step_auth_enabledboolean
  • rolestring

    Available values: administrator, expired, member, pending

  • is_main_accountboolean
Example of the response
[
  {
    "id": "9880280c-0507-46d1-88f3-71cfee83fa57",
    "email": "email@domain.com",
    "full_name": "Name MiddleName Surname",
    "has_two_step_auth_enabled": true,
    "role": "MISSING EXAMPLE",
    "is_main_account": true
  }
]
Can’t find what you are looking for?