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 =
)
Function UpdateUser (
input As User,
Optional options As ZoomUserOptions =
) As User
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:
UserThe user information as retrieved from Zoom after the update.
See Also