Logo
Zoom Public API Documentation

users-{userId}-tsp-{tspId}

Number of APIs: 3


1. Get a user's TSP account

GET {{baseUrl}}/users/:userId/tsp/:tspId

Each user can have a maximum of two TSP accounts. Use this API to retrieve details of a specific TSP account enabled for a specific user.

Scopes: tsp:read:admin,tsp:read

Rate Limit Label: Light



2. Delete a user's TSP account

DELETE {{baseUrl}}/users/:userId/tsp/:tspId

Delete a user's TSP account.

Scopes: tsp:write:admin,tsp:write

Rate Limit Label: Light



3. Update a TSP account

PATCH {{baseUrl}}/users/:userId/tsp/:tspId

Update a user's TSP account.

Scopes: tsp:write:admin,tsp:write

Rate Limit Label: Light



ENDPOINTS