rejectJoinResponse resource type

Namespace: microsoft.graph

Important

APIs under the /beta version in Microsoft Graph are subject to change. Use of these APIs in production applications is not supported. To determine whether an API is available in v1.0, use the Version selector.

Contains a response to reject a participant who tries to join the meeting.

This has the same effect as rejecting a policy recording incoming call notification using the reject-call method. The bot will continue to receive a participant joining notification for a new user joining until its capacity has been reached.

Properties

Property Type Description
reason String The rejection reason. Possible values are None, Busy, and Forbidden.

JSON representation

The following is a JSON representation of the resource.

{
  "reason": "None | Busy | Forbidden" 
}