Access

Create access grant

Allow one email address to request access to a private project.

POST/api/v1/projects/{projectID}/access-grants

Authentication: REST bearer token required.

Parameters

projectIDUUIDrequired

PathThe project UUID.

emailemailrequired

BodyThe reviewer email address.

Responses

201

The active access grant.

400

The request is invalid or contains an unsupported value.

401

The bearer token is missing, invalid, or expired.

403

The account plan or current grant does not allow the action.

404

The requested resource does not exist for this account.

409

The request conflicts with the current resource state.