Org
List invites for an organization
GET
/
orgs
/
{orgId}
/
invites
Authorizations
X-Api-Key
string
headerrequiredPath Parameters
orgId
string
requiredResponse
200 - application/json
id
string
requiredThe invite ID.
invitedEmail
string
requiredThe email address of the person invited.
parentType
enum<string>
requiredThe type of entity that the person is invited to.
Available options:
org
parentId
string
requiredThe ID of the parent (e.g. org ID).
status
enum<string>
requiredThe status of the invite.
Available options:
pending
, accepted
, revoked
, expired
createTime
string
requiredThe time the invite was created.
updateTime
string
The time the invite was updated.
Was this page helpful?