accept
suspend fun OrganizationMembershipRequest.accept(): ClerkResult<OrganizationMembershipRequest, ClerkErrorResponse>
Accepts this organization membership request.
This function will accept the membership request, allowing the user to join the organization. The request status will be updated accordingly.
Return
A ClerkResult containing either the updated OrganizationMembershipRequest on success, or a ClerkErrorResponse on failure.
suspend fun OrganizationSuggestion.accept(): ClerkResult<OrganizationSuggestion, ClerkErrorResponse>
Accepts this organization suggestion.