Skip to main content

Retrieve

Retrieve information of a previously created user.

Request

GET https://customer.staging.meetingdoctors.com/api/v3/pendingCompanyUsers/{token}

Headers

NameValue
apiKeyIntegration identifier provided by MeetingDoctors
secretKeySecurity key provided by MeetingDoctors to securize server-to-server communications
Content-Typeapplication/json

Response

Parameters

NameTypeValue
tokenStringYour user unique identifier
statusNumeric0: Free, 2: Premium, 3: No Access
emailStringA valid email
nid_numberStringA valid dni or nie
firstnameStringUser's first name
lastnameStringUser's last name
genderNumeric0:Male, 1:Female
birthdateDateISO8601 Date (YYYY-MM-DD)
mobile_phoneStringA mobile phone number with prefix
descriptionStringExtra user information provided by integrator
features.video_callNumeric0:Disabled, 1:Enabled
features.video_call_1to1Numeric0:Disabled, 1:Enabled
company_group_codeFalseString

Example

{
"token": "12345678Z",
"status": 2,
"email": "soporte@meetingdoctors.com",
"nid_number": "12345678Z",
"firstname": "Soporte",
"lastname": "MeetingDoctors",
"gender": 0,
"birthdate": "1990-01-01",
"mobile_phone": "612345678",
"description": "",
"features": {
"video_call:": 1,
"video_call_1to1:": 1,
},
"company_group_code": ""
}