Invites
For instructions on how to authenticate to use this endpoint, see API overview.
Endpoints
List all invites
Required API key scopes
organization_member:readPath parameters
- organization_idstring
Query parameters
- limitintegerNumber of results to return per page. 
- offsetintegerThe initial index from which to return the results. 
Response
Request
GET 
Response
Status 200
RESPONSE
Create invites
Required API key scopes
organization_member:writePath parameters
- organization_idstring
Request parameters
- target_emailstring
- first_namestring
- level
- messagestring
- private_project_accessList of team IDs and corresponding access levels to private projects. 
- send_emailbooleanDefault:
Response
Request
POST 
Response
Status 201
RESPONSE
Delete invites
Required API key scopes
organization_member:writePath parameters
- idstringA UUID string identifying this organization invite. 
- organization_idstring
Request
DELETE 
Response
Status 204 No response body
Create invites bulk
Required API key scopes
organization_member:writePath parameters
- organization_idstring
Request parameters
- target_emailstring
- first_namestring
- level
- messagestring
- private_project_accessList of team IDs and corresponding access levels to private projects. 
- send_emailbooleanDefault:
Request
POST