List Invites
Returns a list of pending invites for the organization.
get/v2/organizations/{organizationSlug}/invites
Path parameters
organizationSlugstring required
The slug of the organization or user account.
Response
Successful response
Example response
{
"invites": [
{
"id": 1,
"email": "iku@turso.tech",
"role": "member",
"created_at": "2023-01-01T00:00:00Z"
}
]
}Changes
No recorded changes to this endpoint across all 1 revision of this API.