get_community_member
Gets a community member by their ID.
Parameters
- community_id(str): The ID of the community.
- user_id(int): The ID of the user.
Returns
- CommunityMember: The community member.
Gets a community member by their ID.
community_id (str): The ID of the community.user_id (int): The ID of the user.