Hi,
Do you have any expectations about when you can get me back?
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Hi friends,
I want to add a user from a cross-tenant by Microsoft graph to a shared channel. I added the tenant from https://entra.microsoft.com/, External Identities, Cross-tenant Access setting. I used this documentation https://learn.microsoft.com/en-us/graph/api/channel-post-members?view=graph-rest-1.0&tabs=http, example 5, to make an API call for adding a user from cross-tenant org to a shared channel in my tenant. If I use the tenant Id from my org in the message body, I receive this error "Externally authenticated users and guest users are not allowed in shared channels". When I use cross-tenant org tenant Id, I receive this error "User is not allowed to be added due to xTap." CurrentInviteeForbidden. I am pretty sure I should use the tenant Id from the cross-tenant because when I called the service without any tenant Id, I received the error same as the call that I made with my org tenant Id.
Moreover, my code is working for other types of channels, but I need to work with shared channels. Additionally, I can add users manually from cross-tenant org to my shared channel.
Regards,
Hi,
Do you have any expectations about when you can get me back?