Logo
Zoom Public API Documentation

Get user permissions

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

Get permissions that have been granted to the user. For user-level apps, pass the me value instead of the userId parameter.

Users can be assigned a set of permissions that allows them to access only the pages or information that a user needs to view or edit.

Scopes: user:read:admin,user:read

Rate Limit Label: LIGHT

 

Body PARAM

Key Datatype Required Description 



HEADERS

Key Datatype Required Description 
Accept
string




RESPONSES

status OK

{ "permissions": [ "<string>", "<string>" ] }



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

ENDPOINTS