Access
Create access grant
Allow one email address to request access to a private project.
POST
/api/v1/projects/{projectID}/access-grantsAuthentication: REST bearer token required.
Parameters
projectIDUUIDrequiredPathThe project UUID.
emailemailrequiredBodyThe reviewer email address.
Responses
201The active access grant.
400The request is invalid or contains an unsupported value.
401The bearer token is missing, invalid, or expired.
403The account plan or current grant does not allow the action.
404The requested resource does not exist for this account.
409The request conflicts with the current resource state.