Skip to content

list the outstanding invitations for the current organization

GET
/v1/organizations/invites

Organization member invites

object
invites
required
Array<object>
object
email
required
string
expiration
required
string format: date-time
id
required
string format: uuid
invited_by
required

A User as returned by the API.

Profile images are not embedded — clients fetch them from GET /api/v1/{icon} when icon is Some.

object
email
required
string
first_name
required
string
icon

Relative path to the user’s avatar endpoint, e.g. "users/{id}/avatar?v={hash}". None when the user has no avatar.

string | null
id
required
string format: uuid
last_name
required
string
roles
required
Array<string>