Resources
- Databases
- Groups
- Locations
- Organizations
- Members
- Invites
- Audit Logs
- API Tokens
List Invites
Returns a list of invites for the organization.
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
The slug of the organization or user account.
Path Parameters
The slug of the organization or user account.
Response
The unique ID for the invite.
The datetime the invite was created in ISO 8601 format. Example: 2023-01-01T00:00:00Z
The datetime the invite was updated in ISO 8601 format. Example: 2023-01-01T00:00:00Z
The datetime the invite was deleted (or revoked) in ISO 8601 format. Example: 2023-01-01T00:00:00Z
The assigned role for the invited user.
admin
, member
, viewer
The email of the person invited.
The ID of the organization the user was invited to.
The unique token used to verify the invite.
The organization name. Every user has a personal
organization for their own account.
The organization slug. This will be your username for personal
accounts.
The type of account this organization is. Will always be personal
or team
.
personal
, team
The name of the organization. Every user has a personal
organization for their own account.
Returns the current status for blocked reads.
Returns the current status for blocked writes.
The pricing plan identifier this organization is subscribed to.
The billing cycle for the paid plan, if any.
The external platform this organization is managed by. Will be empty for Turso managed organizations.
The current status of the invite.
Was this page helpful?