Invites
For instructions on how to authenticate to use this endpoint, see API overview.
Endpoints
GET | |
POST | |
DELETE | |
POST |
List all invites
Required API key scopes
organization_member:read
Path parameters
- organization_idstring
Query parameters
- limitinteger
Number of results to return per page.
- offsetinteger
The initial index from which to return the results.
Response
Example request
GET
/api /organizations /:organization_id /invites
Example response
Status 200
RESPONSE
Create invites
Path parameters
- organization_idstring
Request parameters
- target_emailstring
- first_namestring
- level
- messagestring
- private_project_access
List of team IDs and corresponding access levels to private projects.
- send_emailbooleanDefault:
true
- combine_pending_invitesbooleanDefault:
false
Response
Example request
POST
/api /organizations /:organization_id /invites
Example response
Status 201
RESPONSE
Delete invites
Path parameters
- idstring
A UUID string identifying this organization invite.
- organization_idstring
Example request
DELETE
/api /organizations /:organization_id /invites /:id
Example response
Status 204 No response body
Create invites bulk
Path parameters
- organization_idstring
Request parameters
- target_emailstring
- first_namestring
- level
- messagestring
- private_project_access
List of team IDs and corresponding access levels to private projects.
- send_emailbooleanDefault:
true
- combine_pending_invitesbooleanDefault:
false
Example request
POST
/api /organizations /:organization_id /invites /bulk