Forum Discussion

Umag98's avatar
Umag98
Brass Contributor
Feb 07, 2022

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.
  • Umag98's avatar
    Umag98
    Feb 08, 2022
    i have figured it out , we have to cast it ((AadUserConversationMember)res).UserId.
    Thanks for your replies

Resources