getUser.Rd
A Zoom account can have one or more users. Use this API to view information of a specific user on a Zoom account.**Scopes:** user:read:admin user:read ** Rate Limit Label https://marketplace.zoom.us/docs/apireference/ratelimits#ratelimits :** Light <p style="backgroundcolor:#e1f5fe; color:#01579b; padding:8px"> <b>Note: </b>If a user's status is pending, only id and created_at fields will be returned. The value of created_at will be the time at which the API call was made until the user activates their account.</p>
getUser(userId, login_type = NULL, return_response = F)
userId | The user ID or email address of the user. For userlevel apps, pass me as the value for userId. |
---|---|
login_type | 0 Facebook.1 Google.99 API.100 Zoom.101 SSO. |
return_response | Whether to return the response instead of the response content. Defaults to FALSE. |