Add Project Grant
Deprecated: use CreateProjectGrant instead.
Grant a project to another organization. The project grant will allow the granted organization to access the project and manage the role assignments for its users. Project Grant will be listed in the granted project of the granted organization.
Path Parameters
Request Body
application/json
Response Body
application/json
curl -X POST "https://loading/projects/string/grants" \ -H "Content-Type: application/json" \ -d '{}'{
"grantId": "string",
"details": {
"sequence": 0,
"creationDate": "2023-01-15T01:30:15.01Z",
"changeDate": "2023-01-15T01:30:15.01Z",
"resourceOwner": "string"
}
}Was this page helpful?
Add Passkey Registration Link
Add Passkey Registration Link: Deprecated: use [user service v2 RegisterPasskey](/reference/api/user/zitadel.user.v2.UserService.RegisterPasskey) instead. Adds a new passkey authenticator link to the user and returns it in the r...
Add Project Grant Member
Add Project Grant Member: Deprecated: use [CreateAdministrator](/reference/api/internal_permission/zitadel.internal_permission.v2.InternalPermissionService.CreateAdministrator) instead. Members are users with permission to ...