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.
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"
}
]