Skip to main content
GET
List invitations for the current organization

Authorizations

Authorization
string
header
required

Authorization header using the Bearer scheme. Accepted values are Leadping user JWT access tokens and WorkOS organization API keys beginning with sk_.

Response

Returns the list of organization invitation table row.

id
string

Unique Leadping identifier for this organization invitation.

organization
object

Provides a compact API reference to another resource using its stable identifier and human-readable display name.

email
string<email>

The email address associated with this organization invitation.

role
enum<string>

Identifies an organization member's access level and permission scope within Leadping.

Available options:
Owner,
Admin,
Agent
status
enum<string>

Describes the lifecycle of an organization membership invitation from issuance through acceptance, expiration, or revocation.

Available options:
Awaiting confirmation,
Pending,
Accepted,
Expired,
Revoked,
Resent,
Failed to send
createdAt
string<date-time>

UTC timestamp for created at on this organization invitation.

expiresAt
string<date-time>

UTC timestamp for expires at on this organization invitation.

sentAt
null | string<date-time>

UTC timestamp for sent at on this organization invitation.

resentAt
null | string<date-time>

UTC timestamp for resent at on this organization invitation.

acceptedAt
null | string<date-time>

UTC timestamp for accepted at on this organization invitation.

revokedAt
null | string<date-time>

UTC timestamp for revoked at on this organization invitation.

sendFailureReason
null | string

The human-readable send failure reason explaining this organization invitation.

licenseBillingStatus
null | string

The billing status for the paid license created by this invitation.

licenseQuantity
null | integer<int64>

The quantity on the shared organization user license subscription item after this change.

licenseRenewalDate
null | string<date-time>

The renewal date used for proration of this license.

licenseActivatedAt
null | string<date-time>

The date and time this invitation's paid license was created.

licenseReleasedAt
null | string<date-time>

The date and time this invitation's paid license was released.