Click or drag to resize

IZoomUpdateUser Method

Updates an existing user. The provided user information must include the user's id.

Namespace:  NetQuarry.Services.Zoom
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
User UpdateUser(
	User input,
	ZoomUserOptions options = 
)

Parameters

input
Type: NetQuarry.Services.ZoomUser
The user to update.
options (Optional)
Type: NetQuarry.Services.ZoomZoomUserOptions
Options affecting how the user is updated.

Return Value

Type: User
The user information as retrieved from Zoom after the update.
See Also