Logo
Zoom Public API Documentation

List user assistants

GET {{baseUrl}}/users/:userId/assistants

List a user's assistants. For user-level apps, pass the me value instead of the userId parameter.

Assistants are users who the current user has assigned scheduling privilege. These assistants can schedule meetings on behalf of the current user, as well as manage and act as an alternative host for all meetings if the admin has enabled the co-host option on the account.

Prerequisites: * Current user as well as the assistant must have Licensed or an On-prem license. * Assistants must be under the current user's account.

Scopes: user:read:admin,user:read

Rate Limit Label: Medium

 

Body PARAM

Key Datatype Required Description 



HEADERS

Key Datatype Required Description 
Accept
string




RESPONSES

status OK

{ "assistants": [ { "email": "<string>", "id": "<string>" }, { "email": "<string>", "id": "<string>" } ] }



Curl
curl -X GET 'https://api.zoom.us/v2/users/:userId/assistants' -H 'Accept: application/json'

ENDPOINTS