| Requires any of the roles: | admin, oauthadmin |
| GET | /Ams/{ClientID}/Event/{EventId}/VirtualUsers/{UserEmail} | Return the details for a virtual user. |
|---|
| Name | Parameter | Data Type | Required | Description |
|---|---|---|---|---|
| EventId | path | int | No | |
| UserEmail | path | string | No |
| Name | Parameter | Data Type | Required | Description |
|---|---|---|---|---|
| MemberID | form | int | No |
| Name | Parameter | Data Type | Required | Description |
|---|---|---|---|---|
| ClientID | form | int | No | |
| ResponseStatus | form | ResponseStatus | No | |
| BypassCache | form | bool | No | |
| DateCached | form | DateTime | No | |
| Device | form | Device | No |
| Name | Parameter | Data Type | Required | Description |
|---|---|---|---|---|
| User | form | User | No | |
| UserSettings | form | UserSettings | No |
| Name | Parameter | Data Type | Required | Description |
|---|---|---|---|---|
| Id | form | string | No | |
| FirstName | form | string | No | |
| LastName | form | string | No | |
| form | string | No | ||
| Type | form | UserPlanType | No | |
| Pmi | form | long | No | |
| TimeZone | form | string | No | |
| Verified | form | int | No | |
| Department | form | string | No | |
| CreatedAt | form | DateTime | No | |
| LastLoginTime | form | DateTime | No | |
| PictureURL | form | string | No | |
| AccountID | form | string | No | |
| AccountNumber | form | long | No | |
| Status | form | UserStatus | No |
| Name | Parameter | Data Type | Required | Description |
|---|---|---|---|---|
| ScheduleMeeting | form | UserSettingsScheduleMeeting | No | |
| Feature | form | UserSettingsFeature | No |
| Name | Parameter | Data Type | Required | Description |
|---|---|---|---|---|
| HostVideo | form | bool | No | |
| ParticipantsVideo | form | bool | No | |
| AudioType | form | MeetingAudioType | No | |
| JoinBeforeHost | form | bool | No | |
| ForcePersonalMeetingIDJoinBeforeHostPassword | form | bool | No | |
| GenerateRequirePasscodeForParticipantsByPhone | form | bool | No | |
| UsePersonalMeetingIDWhenSchedulingMeeting | form | bool | No | |
| UsePersonalMeetingIDWhenStartingInstantMeeting | form | bool | No | |
| RequirePasscodeForSchedulingNewMeetings | form | bool | No | |
| RequirePasswordForScheduledMeetings | form | bool | No | |
| DefaultPasswordForScheduledMeetings | form | string | No | |
| RequirePasswordForInstantMeetings | form | bool | No | |
| RequirePasswordForPersonalMeetingIDMeetings | form | RequirePasswordForPMIMeetingsType | No | |
| PersonalMeetingIDPassword | form | string | No | |
| EmbedPasswordInJoinLink | form | bool | No | |
| PersonalMeeting | form | bool | No |
| Name | Parameter | Data Type | Required | Description |
|---|---|---|---|---|
| MeetingCapacity | form | int | No | |
| LargeMeeting | form | bool | No | |
| large_meeting_capacity | form | int | No | |
| Webinar | form | bool | No | |
| WebinarCapacity | form | int | No | |
| ChinaMeeting | form | bool | No | |
| IndiaMeeting | form | bool | No | |
| ZoomPhone | form | bool | No |
To override the Content-type in your clients, use the HTTP Accept Header, append the .jsv suffix or ?format=jsv
The following are sample HTTP requests and responses. The placeholders shown need to be replaced with actual values.
GET /Ams/{ClientID}/Event/{EventId}/VirtualUsers/{UserEmail} HTTP/1.1
Host: ws.yourmembership.com
Accept: text/jsv
HTTP/1.1 200 OK
Content-Type: text/jsv
Content-Length: length
{
User:
{
Id: String,
FirstName: String,
LastName: String,
Email: String,
Type: Basic,
Pmi: 0,
TimeZone: String,
Verified: 0,
Department: String,
CreatedAt: 0001-01-01,
LastLoginTime: 0001-01-01,
PictureURL: String,
AccountID: String,
AccountNumber: 0,
Status: Active
},
UserSettings:
{
ScheduleMeeting:
{
HostVideo: False,
ParticipantsVideo: False,
AudioType: TelephonyAndVoIP,
JoinBeforeHost: False,
ForcePersonalMeetingIDJoinBeforeHostPassword: False,
GenerateRequirePasscodeForParticipantsByPhone: False,
UsePersonalMeetingIDWhenSchedulingMeeting: False,
UsePersonalMeetingIDWhenStartingInstantMeeting: False,
RequirePasscodeForSchedulingNewMeetings: False,
RequirePasswordForScheduledMeetings: False,
DefaultPasswordForScheduledMeetings: String,
RequirePasswordForInstantMeetings: False,
RequirePasswordForPersonalMeetingIDMeetings: OnlyMeetingsWithJoinBeforeHostEnabled,
PersonalMeetingIDPassword: String,
EmbedPasswordInJoinLink: False,
PersonalMeeting: False
},
Feature:
{
MeetingCapacity: 0,
LargeMeeting: False,
large_meeting_capacity: 0,
Webinar: False,
WebinarCapacity: 0,
ChinaMeeting: False,
IndiaMeeting: False,
ZoomPhone: False
}
},
EventId: 0,
UserEmail: String,
MemberID: 0,
ClientID: 0,
ResponseStatus:
{
ErrorCode: String,
Message: String,
StackTrace: String,
Errors:
[
{
ErrorCode: String,
FieldName: String,
Message: String,
Meta:
{
String: String
}
}
],
Meta:
{
String: String
}
},
BypassCache: False,
DateCached: 2025-11-16T04:33:55.0760347-05:00,
Device: Desktop
}