GET {{baseUrl}}/users/{userId}
In order to get your Server-to-Server app Use the This will work only if you have already authorized and authenticated Zoom API access via a pre-created OAuth app. The Auth tab is pre-set to Bearer Token where you can input the If successful, you'll receive a response like this: Equipped with the Get a User
access_token
, you will need your accountid. The accountid is available on your Server-to-Server app credentials page, but you can also get it programmatically.Get a user
API endpoint to programmatically retrieve the accountid using another pre-created OAuth app type's `accesstoken`.access_token
of your choice. It will be sent in the Request Headers to the API endpoint.{
"id": "zJKyaiAyTNC-MWjiWC18KQ",
"created_at": "2018-10-31T04:32:37Z",
"dept": "Developers",
"email": "jchill@example.com",
"first_name": "Jill",
"last_client_version": "5.9.6.4993(mac)",
"last_login_time": "2021-05-05T20:40:30Z",
"last_name": "Chill",
"pmi": 3542471135,
"role_name": "Admin",
"timezone": "Asia/Shanghai",
"type": 1,
"use_pmi": false,
"account_id": "q6gBJVO5TzexKYTb_I2rpg",
"account_number": 10009239,
"cms_user_id": "KDcuGIm1QgePTO8WbOqwIQ",
"company": "Jill",
"custom_attributes": {
"key": "cbf_cywdkexrtqc73f97gd4w6g",
"name": "A1",
"value": "1"
},
"employee_unique_id": "HqDyI037Qjili1kNsSIrIg",
"group_ids": [
"RSMaSp8sTEGK0_oamiA2_w"
],
"im_group_ids": [
"t-_-d56CSWG-7BF15LLrOw"
],
"jid": "jchill@example.com",
"job_title": "API Developer",
"language": "en-US",
"location": "Paris",
"login_type": 101,
"manager": "thill@example.com",
"personal_meeting_url": "example.com",
"phone_country": "US",
"phone_number": "+1 800000000",
"phone_numbers": [
{
"code": "+1",
"country": "US",
"label": "Mobile",
"number": "800000000",
"verified": true
}
],
"pic_url": "example.com",
"plan_united_type": "1",
"pronouns": "3123",
"pronouns_option": 1,
"role_id": "0",
"status": "pending",
"vanity_url": "example.com",
"verified": 1,
"cluster": "us04",
"zoom_one_type": 4
}
account_id
, proceed to the next request in this folder.
Developer Documentation:
Body
PARAM
Key | Datatype | Required | Description |
HEADERS
Key | Datatype | Required | Description |
|
null |
RESPONSES
status
ENDPOINTS