getInvitations
suspend fun Organization.getInvitations(limit: Int = 20, offset: Int = 0, status: OrganizationInvitation.Status): ClerkResult<ClerkPaginatedResponse<OrganizationInvitation>, ClerkErrorResponse>
Retrieve all invitations for an organization. The current user must have permissions to manage the members of the organization.
Parameters
limit
offset
status