GET
/
orgs
/
{orgId}
/
invites

Authorizations

X-Api-Key
string
headerrequired

Path Parameters

orgId
string
required

Response

200 - application/json
id
string
required

The invite ID.

invitedEmail
string
required

The email address of the person invited.

parentType
enum<string>
required

The type of entity that the person is invited to.

Available options:
org
parentId
string
required

The ID of the parent (e.g. org ID).

status
enum<string>
required

The status of the invite.

Available options:
pending,
accepted,
revoked,
expired
createTime
string
required

The time the invite was created.

updateTime
string

The time the invite was updated.