--- id: memberprofile title: "MemberProfile" description: "" sidebar_label: "MemberProfile" hide_title: true hide_table_of_contents: true schema: true sample: {"name":"string","is_admin":true,"can_login":true,"can_connect":true,"can_watch":true,"can_host":true,"can_share_media":true,"can_access_clipboard":true,"sends_inactive_cursor":true,"can_see_inactive_cursors":true,"plugins":{}} custom_edit_url: null --- import Schema from "@theme/Schema"; import Heading from "@theme/Heading";