Create Project Grant
POST/v2beta/projects/:projectId/grants
Grant a project to another organization. The project grant will allow the granted organization to access the project and manage the authorizations for its users.
Required permission:
project.grant.create
Request​
Responses​
- 200
- 403
- 404
- 409
- default
Project grant created successfully
Returned when the user does not have permission to access the resource.
Returned when the resource does not exist.
The project grant to create already exists.
An unexpected error response.