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
- is_pendingboolean
- typestring
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,
"is_pending": true,
"type": "team"
}
]