Skip to content

Commit

Permalink
Zoom's documentation mentions a 'No Meetings License' user type
Browse files Browse the repository at this point in the history
The user type is not mentioned in the "How to identify your Zoom user type" section here: https://support.zoom.us/hc/en-us/articles/201363173-Zoom-user-types-roles
but it is documented here: https://marketplace.zoom.us/docs/api-reference/zoom-api/methods/#operation/userUpdate
  • Loading branch information
Jericho committed Jan 11, 2023
1 parent 6b0e149 commit c12ecaa
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Source/ZoomNet/Models/UserType.cs
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@ public enum UserType
/// <summary>On-premise.</summary>
OnPremise = 3,

/// <summary>No Meetings License.</summary>
NoMeetingsLicense = 4,

/// <summary>None.</summary>
/// <remarks>This can only be set with <see cref="UserCreateType.SSo"/>.</remarks>
None = 99,
Expand Down

0 comments on commit c12ecaa

Please sign in to comment.