Actions
Get User
Use this API to view a user’s information on a Zoom account. For user-level apps, pass instead of the parameter.
Note: Users who have not activated their account will have a pending
status. These users’ created_at
timestamp will also display the time at which the API call was made, not the account’s creation date.
Scopes: user:read:admin
, user:read
, user_info:read
-
Note: The
user_info:read
scope is only available when you pass theme
value for the$userId
value.Rate Limit Label:
Light
.
Parameters
Parameter | Description |
---|---|
Encrypted Email | Whether the email address passed for the userId value is an encrypted email address:- true — The email address is encrypted. |
false
— The email address is not encrypted.If you do not query this parameter, this value defaults to null (false
). | | Login Type | The user’s login method:-0
— Facebook OAuth1
— Google OAuth24
— Apple OAuth27
— Microsoft OAuth97
— Mobile device98
— RingCentral OAuth99
— API user100
— Zoom Work email101
— Single Sign-On (SSO)The following login methods are only available in China:-11
— Phone number21
— WeChat23
— Alipay. | | Search By Unique ID | Whether the querieduserId
value is an employee unique ID:-true
— The queried ID is an employee’s unique ID.false
— The queried ID is not an employee’s unique ID.This value defaults tofalse
(null). | | User ID | The user ID or email address of the user. For user-level apps, pass theme
value. |
Example Output
Workflow Library Example
Setting Up an Incident Process
Preview this Workflow on desktop