myOnlineMeeting
Applies to: Skype for Business 2015
Represents a scheduled meeting on the user's calendar.
Web link
For more on web links, see Web links.
Name | Description |
---|---|
rel | The resource that this link points to. In JSON, this is the outer container. |
href | The location of this resource on the server, and the target of an HTTP operation. |
Resource description
These meetings can be created and managed via the API. The resource captures information about the meeting, including the join URL, the attendees list, and the description.
Properties
Name | Description |
---|---|
accessLevel | The access level that controls admission to the online meeting. |
attendees | The list of online meeting attendees. |
automaticLeaderAssignment | The policy that determines which participants are automatically promoted to leaders.An online meeting organizer can schedule a meeting so that users are automatically promoted to theleader role when they join the meeting. For example, if the meeting is scheduled withautomatic promotion policy set to AutomaticLeaderAssignment.SameEnterprise, then any participants from the organizer's company are automaticallypromoted to leaders when they join the meeting. Conference leaders can still promote specific users to the leader role,including anonymous users. |
conferenceId | The conference ID for the online meeting.Attendees who dial into the online meeting by using a PSTN phone use the conference ID. |
description | The long description of the online meeting's purpose. |
entryExitAnnouncement | The attendance announcements status for the online meeting.When attendance announcements are enabled, the online meeting will announce the names of the participantswho join the meeting through audio. |
expirationTime | The absolute Coordinated Universal Time (UTC) date and time after which the online meeting can be deleted.The day and time must be between one year before, and ten years after, thecurrent date and time on the server. |
joinUrl | The URL that is used when the online meeting is joined from the web. |
leaders | The list of online meeting leaders.The organizer will automatically be added to the leaders list. |
legacyOnlineMeetingUri | The online meeting URI in the legacy format.Legacy online meeting URI is used by older clients to join a meeting. |
lobbyBypassForPhoneUsers | The lobby bypass setting for this online meeting. |
onlineMeetingId | The online meeting ID that identifies this meeting among the other online meetings that arescheduled by the organizer.The online meeting ID is unique within the organizer's list of scheduled online meetings. |
onlineMeetingRel | The scheduling template that the organizer uses to schedule this online meeting. |
onlineMeetingUri | The online meeting URI.The online meeting URI is used by participants to join this online meeting. |
organizerUri | The URI of the online meeting organizer: the person who scheduled the meeting.Organizers can enumerate or change only the conferences that they organize. |
phoneUserAdmission | Whether participants can join the online meeting over the phone.Setting this property to true means that online meeting participants can join the meetingover the phone through the Conferencing Auto Attendant (CAA) service. |
subject | The subject of the online meeting. |
Links
This resource can have the following relationships.
Link | Description |
---|---|
self | The link to the current resource. |
onlineMeetingExtensions | Represents the set of onlineMeetingExtensions for the associated onlineMeeting. |
Azure Active Directory scopes for online applications
The user must have at least one of these scopes for operations on the resource to be allowed.
Scope | Permission | Description |
---|---|---|
Conversations.Initiate | Initiate conversations and join meetings | Allows the app to initiate instant messages, audio, video, and desktop sharing conversations; and join meetings on-behalf of the signed-in user |
Conversations.Receive | Receive conversation invites | Allows the app to receive instant messages, audio, video, and desktop sharing invitations on-behalf of the signed-in user |
The following sections describe the Operations.
GET
Returns a representation of a scheduled meeting on the user's calendar.
Request body
None
Response body
The response from a GET request contains the properties and links shown in the Properties and Links sections at the top of this page.
Synchronous errors
The errors below (if any) are specific to this resource. Generic errors that can apply to any resource are covered in Generic synchronous errors.
Error | Code | Subcode | Description |
---|---|---|---|
ServiceFailure | 500 | InvalidExchangeServerVersion | Invalid exchange server version.The exchange mailbox of the server might have moved to an unsupported version for the required feature. |
Conflict | 409 | AlreadyExists | The already exists error. |
Conflict | 409 | TooManyGroups | The too many groups error. |
Conflict | 409 | None | Un-supported Service/Resource/API error. |
Gone | 410 | CannotRedirect | Cannot redirect since there is no back up pool configured. |
Examples
JSON Request
Get https://fe1.contoso.com:443/ucwa/v1/applications/192/onlineMeetings/myOnlineMeetings/943 HTTP/1.1
Authorization: Bearer cwt=PHNhbWw6QXNzZXJ0aW9uIHhtbG5...uZm8
Host: fe1.contoso.com
Accept: application/json
if-none-match: 386a2614-74c2-4b25-9f39-f277bca179d0
JSON Response
This sample is given only as an illustration of response syntax. The semantic content is not guaranteed to correspond to a valid scenario.
HTTP/1.1 200 OK
Etag: f0eddaf5-7b28-47a7-844e-fce749b61954
Content-Type: application/json
Content-Length: 1438
{
"rel" : "myOnlineMeeting",
"accessLevel" : "SameEnterprise",
"attendees" : [
"sip:johndoe@contoso.com",
"sip:janedoe@contoso.com"
],
"automaticLeaderAssignment" : "Disabled",
"conferenceId" : "12983487",
"description" : "We\u0027ll be meeting to review the sales numbers for this past quarter and discuss projections for the next two quarters.",
"entryExitAnnouncement" : "Disabled",
"expirationTime" : "\/Date(1474932029620)\/",
"joinUrl" : "https://meet.contoso.com/bmauldin/IB88RLLY",
"leaders" : [
"sip:aikc@contoso.com",
"sip:lenea@contoso.com"
],
"legacyOnlineMeetingUri" : "conf:sip:bmauldin@contoso.com;gruu;opaque=app:conf:focus:id:IB88RLLY?conversation-id=cdc15173-e354-4d1b-9f4c-cf42ab746f3d",
"lobbyBypassForPhoneUsers" : "Disabled",
"onlineMeetingId" : "IB88RLLY",
"onlineMeetingRel" : "myOnlineMeetings",
"onlineMeetingUri" : "sip:bmauldin@contoso.com;gruu;opaque=app:conf:focus:id:IB88RLLY",
"organizerUri" : "sip:bmauldin@contoso.com",
"phoneUserAdmission" : "Disabled",
"subject" : "Quarterly sales numbers",
"_links" : {
"self" : {
"href" : "/ucwa/v1/applications/192/onlineMeetings/myOnlineMeetings/943"
},
"onlineMeetingExtensions" : {
"href" : "/ucwa/v1/applications/192/onlineMeetings/myOnlineMeetings/943/onlineMeetingExtensions"
}
},
"_embedded" : {
"onlineMeetingExtension" : [
{
"rel" : "onlineMeetingExtension",
"id" : "917823",
"type" : "RoamedParticipantData",
"_links" : {
"self" : {
"href" : "/ucwa/v1/applications/192/onlineMeetings/myOnlineMeetings/943/onlineMeetingExtensions/onlineMeetingExtension"
}
}
}
]
}
}
XML Request
Get https://fe1.contoso.com:443/ucwa/v1/applications/192/onlineMeetings/myOnlineMeetings/943 HTTP/1.1
Authorization: Bearer cwt=PHNhbWw6QXNzZXJ0aW9uIHhtbG5...uZm8
Host: fe1.contoso.com
Accept: application/xml
if-none-match: 509a1bb3-a999-47b6-9fb5-42401155f270
XML Response
This sample is given only as an illustration of response syntax. The semantic content is not guaranteed to correspond to a valid scenario.
HTTP/1.1 200 OK
Etag: 97bc9da1-68ca-494e-a3c1-ddee838c3970
Content-Type: application/xml
Content-Length: 2095
<?xml version="1.0" encoding="utf-8"?>
<resource rel="myOnlineMeeting" href="/ucwa/v1/applications/192/onlineMeetings/myOnlineMeetings/943" xmlns="http://schemas.microsoft.com/rtc/2012/03/ucwa">
<link rel="onlineMeetingExtensions" href="/ucwa/v1/applications/192/onlineMeetings/myOnlineMeetings/943/onlineMeetingExtensions" />
<property name="rel">myOnlineMeeting</property>
<property name="accessLevel">SameEnterprise</property>
<propertyList name="attendees">
<item>sip:johndoe@contoso.com</item>
<item>sip:janedoe@contoso.com</item>
</propertyList>
<property name="automaticLeaderAssignment">SameEnterprise</property>
<property name="conferenceId">12983487</property>
<property name="description">We'll be meeting to review the sales numbers for this past quarter and discuss projections for the next two quarters.</property>
<property name="entryExitAnnouncement">Disabled</property>
<property name="expirationTime">2016-09-26T16:20:29.6249403-07:00</property>
<property name="joinUrl">https://meet.contoso.com/bmauldin/IB88RLLY</property>
<propertyList name="leaders">
<item>sip:aikc@contoso.com</item>
<item>sip:lenea@contoso.com</item>
</propertyList>
<property name="legacyOnlineMeetingUri">conf:sip:bmauldin@contoso.com;gruu;opaque=app:conf:focus:id:IB88RLLY?conversation-id=cdc15173-e354-4d1b-9f4c-cf42ab746f3d</property>
<property name="lobbyBypassForPhoneUsers">Disabled</property>
<property name="onlineMeetingId">IB88RLLY</property>
<property name="onlineMeetingRel">myOnlineMeetings</property>
<property name="onlineMeetingUri">sip:bmauldin@contoso.com;gruu;opaque=app:conf:focus:id:IB88RLLY</property>
<property name="organizerUri">sip:bmauldin@contoso.com</property>
<property name="phoneUserAdmission">Disabled</property>
<property name="subject">Quarterly sales numbers</property>
<resource rel="onlineMeetingExtension" href="/ucwa/v1/applications/192/onlineMeetings/myOnlineMeetings/943/onlineMeetingExtensions/onlineMeetingExtension">
<property name="rel">onlineMeetingExtension</property>
<property name="id">917823</property>
<property name="type">RoamedParticipantData</property>
</resource>
</resource>
DELETE
Removes a scheduled meeting from the user's calendar.
Request body
None
Response body
None
Synchronous errors
The errors below (if any) are specific to this resource. Generic errors that can apply to any resource are covered in Generic synchronous errors.
Error | Code | Subcode | Description |
---|---|---|---|
Gone | 410 | CannotRedirect | Cannot redirect since there is no back up pool configured. |
Examples
JSON Request
Delete https://fe1.contoso.com:443/ucwa/v1/applications/192/onlineMeetings/myOnlineMeetings/943 HTTP/1.1
Authorization: Bearer cwt=PHNhbWw6QXNzZXJ0aW9uIHhtbG5...uZm8
Host: fe1.contoso.com
JSON Response
This sample is given only as an illustration of response syntax. The semantic content is not guaranteed to correspond to a valid scenario.
HTTP/1.1 204 No Content
XML Request
Delete https://fe1.contoso.com:443/ucwa/v1/applications/192/onlineMeetings/myOnlineMeetings/943 HTTP/1.1
Authorization: Bearer cwt=PHNhbWw6QXNzZXJ0aW9uIHhtbG5...uZm8
Host: fe1.contoso.com
XML Response
This sample is given only as an illustration of response syntax. The semantic content is not guaranteed to correspond to a valid scenario.
HTTP/1.1 204 No Content
PUT
Updates a scheduled meeting on the user's calendar.
Request body
Name | Description | Required? |
---|---|---|
accessLevel | The policy that indicates which users are permitted to join the onlinemeeting without being placed in the online meeting lobby.Set this property to control access to the online meeting.An application should query the organizer's eligible access levels before setting this property.Nullable (AccessLevel)None, SameEnterprise, Locked, Invited, or Everyone | No |
attendees | A list of the participants who have the attendee role.Array of String | No |
automaticLeaderAssignment | The policy that indicates which participants should be automatically promoted to leader when they join the online meeting.Leader assignments are applied when users join the online meeting. Such users are automatically promoted to the leader role.An application should query the automatic leader assignment options to see which are available to the organizer before setting this property.The request will fail if the application attempts to schedule an online meeting using a value that is not permitted.Nullable (AutomaticLeaderAssignment)Disabled, SameEnterprise, or Everyone | No |
description | The long description of the online meeting.String | No |
entryExitAnnouncement | The policy that indicates how entry/exit announcements will be used in the online meeting.When entry/exit announcements are enabled, the online meeting will announce the names of the participantswho join the online meeting through audio.An application should set this property to entryExitAnnouncement.Enabledonly if the online meeting supports modifying the entry/exit announcements status. See onlineMeetingPolicies.Nullable (EntryExitAnnouncement)Unsupported, Disabled, or Enabled | No |
expirationTime | The absolute date and time after which the online meeting can be deleted.The day and time must fall between one year before and ten years after thecurrent date and time on the server.If no value is supplied, the expiry time is set to 8 hours.Nullable DateTime | No |
leaders | A list of the participants who have the leader role.Organizers do not need to be added to the leaders listbecause they are automatically added to this list.Array of String | No |
lobbyBypassForPhoneUsers | The lobby bypass setting for the online meeting.An online meeting leader can allow specific types of users to bypass the lobby and be admitted directly into the online meeting.For example, an online meeting leader can allow participants who join by phone to bypass the lobby. Note that if the current online meeting access level is AccessLevel.Locked, all new users who join the online meeting -regardless of any bypass setting - are placed in the online meeting lobby.An application should query the lobby bypass options available to the organizer before setting this property.The request will fail if the application attempts to schedule an online meeting using a value that is not permitted.Nullable (LobbyBypassForPhoneUsers)Disabled, or Enabled | No |
phoneUserAdmission | Whether participants can join the online meeting over the phone.Setting this property to true means that online meeting participants can join itby phone through the Conferencing Auto Attendant (CAA) service.Nullable (PhoneUserAdmission)Disabled, or Enabled | No |
subject | The subject of the online meeting.String | No |
Response body
Item | Description |
---|---|
myOnlineMeeting | Represents a scheduled meeting on the user's calendar. |
Synchronous errors
The errors below (if any) are specific to this resource. Generic errors that can apply to any resource are covered in Generic synchronous errors.
Error | Code | Subcode | Description |
---|---|---|---|
ServiceFailure | 500 | InvalidExchangeServerVersion | Invalid exchange server version.The exchange mailbox of the server might have moved to an unsupported version for the required feature. |
Gone | 410 | CannotRedirect | Cannot redirect since there is no back up pool configured. |
Examples
JSON Request
Put https://fe1.contoso.com:443/ucwa/v1/applications/192/onlineMeetings/myOnlineMeetings/943 HTTP/1.1
Authorization: Bearer cwt=PHNhbWw6QXNzZXJ0aW9uIHhtbG5...uZm8
Host: fe1.contoso.com
Content-Type: application/json
Accept: application/json
Content-Length: 521
{
"accessLevel" : "Invited",
"attendees" : [
"sip : johndoe@contoso.com",
"sip : janedoe@contoso.com"
],
"automaticLeaderAssignment" : "SameEnterprise",
"description" : "We\u0027llbemeetingtoreviewthesalesnumbersforthispastquarteranddiscussprojectionsforthenexttwoquarters.",
"entryExitAnnouncement" : "Unsupported",
"expirationTime" : "\/Date(1474932029635)\/",
"leaders" : [
"sip : aikc@contoso.com",
"sip : lenea@contoso.com"
],
"lobbyBypassForPhoneUsers" : "Disabled",
"phoneUserAdmission" : "Disabled",
"subject" : "Quarterlysalesnumbers"
}
JSON Response
This sample is given only as an illustration of response syntax. The semantic content is not guaranteed to correspond to a valid scenario.
HTTP/1.1 200 OK
Etag: 9b04d3b7-0ec8-4ab5-82c7-4036a7d348ce
Content-Type: application/json
Content-Length: 1434
{
"rel" : "myOnlineMeeting",
"accessLevel" : "Invited",
"attendees" : [
"sip:johndoe@contoso.com",
"sip:janedoe@contoso.com"
],
"automaticLeaderAssignment" : "Disabled",
"conferenceId" : "12983487",
"description" : "We\u0027ll be meeting to review the sales numbers for this past quarter and discuss projections for the next two quarters.",
"entryExitAnnouncement" : "Unsupported",
"expirationTime" : "\/Date(1474932029637)\/",
"joinUrl" : "https://meet.contoso.com/bmauldin/IB88RLLY",
"leaders" : [
"sip:aikc@contoso.com",
"sip:lenea@contoso.com"
],
"legacyOnlineMeetingUri" : "conf:sip:bmauldin@contoso.com;gruu;opaque=app:conf:focus:id:IB88RLLY?conversation-id=cdc15173-e354-4d1b-9f4c-cf42ab746f3d",
"lobbyBypassForPhoneUsers" : "Disabled",
"onlineMeetingId" : "IB88RLLY",
"onlineMeetingRel" : "myOnlineMeetings",
"onlineMeetingUri" : "sip:bmauldin@contoso.com;gruu;opaque=app:conf:focus:id:IB88RLLY",
"organizerUri" : "sip:bmauldin@contoso.com",
"phoneUserAdmission" : "Disabled",
"subject" : "Quarterly sales numbers",
"_links" : {
"self" : {
"href" : "/ucwa/v1/applications/192/onlineMeetings/myOnlineMeetings/943"
},
"onlineMeetingExtensions" : {
"href" : "/ucwa/v1/applications/192/onlineMeetings/myOnlineMeetings/943/onlineMeetingExtensions"
}
},
"_embedded" : {
"onlineMeetingExtension" : [
{
"rel" : "onlineMeetingExtension",
"id" : "917823",
"type" : "RoamedParticipantData",
"_links" : {
"self" : {
"href" : "/ucwa/v1/applications/192/onlineMeetings/myOnlineMeetings/943/onlineMeetingExtensions/onlineMeetingExtension"
}
}
}
]
}
}
XML Request
Put https://fe1.contoso.com:443/ucwa/v1/applications/192/onlineMeetings/myOnlineMeetings/943 HTTP/1.1
Authorization: Bearer cwt=PHNhbWw6QXNzZXJ0aW9uIHhtbG5...uZm8
Host: fe1.contoso.com
Content-Type: application/xml
Accept: application/xml
Content-Length: 917
<?xml version="1.0" encoding="utf-8"?>
<input xmlns="http://schemas.microsoft.com/rtc/2012/03/ucwa">
<property name="accessLevel">Invited</property>
<propertyList name="attendees">
<item>sip:johndoe@contoso.com</item>
<item>sip:janedoe@contoso.com</item>
</propertyList>
<property name="automaticLeaderAssignment">SameEnterprise</property>
<property name="description">We'll be meeting to review the sales numbers for this past quarter and discuss projections for the next two quarters.</property>
<property name="entryExitAnnouncement">Disabled</property>
<property name="expirationTime">2016-09-26T16:20:29.6409409-07:00</property>
<propertyList name="leaders">
<item>sip:aikc@contoso.com</item>
<item>sip:lenea@contoso.com</item>
</propertyList>
<property name="lobbyBypassForPhoneUsers">Disabled</property>
<property name="phoneUserAdmission">Disabled</property>
<property name="subject">Quarterly sales numbers</property>
</input>
XML Response
This sample is given only as an illustration of response syntax. The semantic content is not guaranteed to correspond to a valid scenario.
HTTP/1.1 200 OK
Etag: 21fa74b9-fb91-46f2-9d75-c46391b99260
Content-Type: application/xml
Content-Length: 2092
<?xml version="1.0" encoding="utf-8"?>
<resource rel="myOnlineMeeting" href="/ucwa/v1/applications/192/onlineMeetings/myOnlineMeetings/943" xmlns="http://schemas.microsoft.com/rtc/2012/03/ucwa">
<link rel="onlineMeetingExtensions" href="/ucwa/v1/applications/192/onlineMeetings/myOnlineMeetings/943/onlineMeetingExtensions" />
<property name="rel">myOnlineMeeting</property>
<property name="accessLevel">SameEnterprise</property>
<propertyList name="attendees">
<item>sip:johndoe@contoso.com</item>
<item>sip:janedoe@contoso.com</item>
</propertyList>
<property name="automaticLeaderAssignment">Disabled</property>
<property name="conferenceId">12983487</property>
<property name="description">We'll be meeting to review the sales numbers for this past quarter and discuss projections for the next two quarters.</property>
<property name="entryExitAnnouncement">Unsupported</property>
<property name="expirationTime">2016-09-26T16:20:29.6429410-07:00</property>
<property name="joinUrl">https://meet.contoso.com/bmauldin/IB88RLLY</property>
<propertyList name="leaders">
<item>sip:aikc@contoso.com</item>
<item>sip:lenea@contoso.com</item>
</propertyList>
<property name="legacyOnlineMeetingUri">conf:sip:bmauldin@contoso.com;gruu;opaque=app:conf:focus:id:IB88RLLY?conversation-id=cdc15173-e354-4d1b-9f4c-cf42ab746f3d</property>
<property name="lobbyBypassForPhoneUsers">Disabled</property>
<property name="onlineMeetingId">IB88RLLY</property>
<property name="onlineMeetingRel">myOnlineMeetings</property>
<property name="onlineMeetingUri">sip:bmauldin@contoso.com;gruu;opaque=app:conf:focus:id:IB88RLLY</property>
<property name="organizerUri">sip:bmauldin@contoso.com</property>
<property name="phoneUserAdmission">Disabled</property>
<property name="subject">Quarterly sales numbers</property>
<resource rel="onlineMeetingExtension" href="/ucwa/v1/applications/192/onlineMeetings/myOnlineMeetings/943/onlineMeetingExtensions/onlineMeetingExtension">
<property name="rel">onlineMeetingExtension</property>
<property name="id">917823</property>
<property name="type">RoamedParticipantData</property>
</resource>
</resource>