Add Project Grant Member
Deprecated: use CreateAdministrator instead.
Members are users with permission to administrate Zitadel on different levels. This request returns all users with memberships on the project grant level, matching the search queries. The search queries will be AND linked.
Path Parameters
Request Body
application/json
Response Body
application/json
curl -X POST "https://loading/projects/string/grants/string/members" \ -H "Content-Type: application/json" \ -d '{ "userId": "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 Project Grant
Add Project Grant: Deprecated: use [CreateProjectGrant](/reference/api/project/zitadel.project.v2.ProjectService.CreateProjectGrant) instead. Grant a project to another organization. The project grant will allow the ...
Add Project Member
Add Project Member: Deprecated: use [CreateAdministrator](/reference/api/internal_permission/zitadel.internal_permission.v2.InternalPermissionService.CreateAdministrator) instead. Members are users with permission to ...