Isolated private channel for non-register users

Dmitry Frolov 1 Reputation point
2021-01-05T14:42:34.043+00:00

Hello!

Is it possible via API create private channel, that users from our site can speak without register in Microsoft Teams?

After checking the "Add member to channel" from
https://learn.microsoft.com/en-us/graph/api/channel-post-members?view=graph-rest-1.0&tabs=http
I guess it is possible only for authorized users.

What we need:

  1. Our user click button on our site.
  2. Opens new browser tab with Microsoft Teams meeting.

Better if we can also set the user name directly for this meeting. In other words, to save the user from unnecessary actions. Do everything for him.

Thank you!

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
10,573 questions
Microsoft Teams Development
Microsoft Teams Development
Microsoft Teams: A Microsoft customizable chat-based workspace.Development: The process of researching, productizing, and refining new or existing technologies.
2,843 questions
{count} votes

1 answer

Sort by: Most helpful
  1. Rama-MSFT 176 Reputation points
    2021-01-11T11:17:44.57+00:00

    HI @Dmitry Frolov ,

    It's not possible to change the display name for user through API. When we are joining through web url, it will directly ask the user for display name through prompt.

    0 comments No comments