latestOpenAPI 3.0.02026-08-10221235717.8 KB

e21ad140ec3c

public
UserInvite

List the invites issued for the organization.

get/orgs/{orgId}/invitations

Path parameters

orgIdstring required

The Organization ID

Response

The list of the invites issued for the organization.

created_atstring required

The timestamp this invitation was created.

created_bystring required

The ID of the user who created this invitation.

emailstring

The email address of the user from the profile.

expires_atstring required

The timestamp this invitation would expire.

user_idstring required

The User ID for this user.

Example response

[
  {
    "created_at": "2020-12-19T09:32:46Z",
    "created_by": "admin-user-id",
    "email": "jo.trigg@awesomecorp.com",
    "expires_at": "2020-12-30T09:32:46Z",
    "user_id": "new-user-id"
  }
]