Overview
useCheckMyMembership returns a callable function that checks the authenticated user’s membership in a specific space without loading the full space object.
Usage Example
Parameters
UUID of the space to check membership for.
Returns
Whether the user has an active membership.
The user’s role.
null if not a member.The user’s membership status.
null if no membership record exists.When the membership was created.
null if not a member.Resolved permissions:
canPost, canModerate, canRead, isAdmin, isModerator.
