Forum Discussion

Umag98's avatar
Umag98
Brass Contributor
Feb 07, 2022
Solved

how to get user id from the endpoint /teams/{team-id}/channels/{channel-id}/members

is there a way to get the userid when we use get members of the channel endpoint.

  • i have figured it out , we have to cast it ((AadUserConversationMember)res).UserId.
    Thanks for your replies

5 Replies

Resources