ms:rtc:saas:from

Represents the ms:rtc:saas:participant that sent an invitation.

Web link

For more on web links, see Web Links.

Name Description
relThe resource that this link points to. In JSON, this is the outer container.
hrefThe location of this resource on the server, and the target of an HTTP operation.

Resource description

This resource is present in both incoming and outgoing invitations. In an incoming invitation, this resource may contain additional contact information that the application can use for display purposes.

Properties

Name Description
anonymous Whether the participant is anonymous.
name The participant's display name.
organizer Whether the participant is an organizer.

An organizer can never be locked out of her own meeting.

role The participant's role (Role), such as Attendee or Leader.
sourceNetwork The participant's source network (SourceNetwork), such as SameEnterprise or PublicCloud (for example, a Skype contact).
uri The participant's URI.

Links

This resource can have the following relationships.

Link Description
selfThe link to the current resource.
ms:rtc:saas:conversation Represents the local participant's perspective on a multi-modal, multi-party communication.
ms:rtc:saas:eject Ejects the corresponding ms:rtc:saas:participant from the ms:rtc:saas:onlineMeeting.
ms:rtc:saas:participantMessaging Used to determine a participant using the instant messaging modality in a conversation.

Operations

Returns a representation of the ms:rtc:saas:participant that sent an invitation.

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
ServiceFailure500InvalidExchangeServerVersion
Conflict409AlreadyExists
Conflict409TooManyGroups
Conflict409None
Gone410CannotRedirect

Examples

Request

  

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.