list_restricted_users
get the list of RestrictedUser in the community!
Signature
async def list_restricted_users(community_id: str) -> List[RestrictedUser]
Parameters
community_id
(str): The ID of the community.
get the list of RestrictedUser in the community!
async def list_restricted_users(community_id: str) -> List[RestrictedUser]
community_id
(str): The ID of the community.