Click or drag to resize

IZoomRetrieveUser Method

Checks if a user exists. Calls POST /users/{userId}.
Uses login_type API (99) by default. May allow different settings in the future.

Namespace:  NetQuarry.Services.Zoom
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
User RetrieveUser(
	string userId
)

Parameters

userId
Type: SystemString
Required. The user ID or email address.

Return Value

Type: User
If user already eixsts, object with user info.
Otherwise, a 404 error.
See Also