Search Project Grants
Deprecated: use ListProjectGrants instead.
Returns a list of project grants. A project grant is when the organization grants its project to another organization.
Request Body
application/json
list limitations and ordering
criteria the client is looking for
Response Body
application/json
curl -X POST "https://loading/projectgrants/_search" \ -H "Content-Type: application/json" \ -d '{}'{
"details": {
"totalResult": 0,
"processedSequence": 0,
"viewTimestamp": "2023-01-15T01:30:15.01Z"
},
"result": [
{
"grantId": "string",
"grantedOrgId": "string",
"grantedOrgName": "string",
"grantedRoleKeys": [
"string"
],
"state": "PROJECT_GRANT_STATE_UNSPECIFIED",
"projectId": "string",
"projectName": "string",
"projectOwnerId": "string",
"projectOwnerName": "string",
"details": {
"sequence": 0,
"creationDate": "2023-01-15T01:30:15.01Z",
"changeDate": "2023-01-15T01:30:15.01Z",
"resourceOwner": "string"
}
}
]
}Was this page helpful?
Search Project
Search Project: Deprecated: use [project v2 service ListProjects](/reference/api/project/zitadel.project.v2.ProjectService.ListProjects) instead. Lists projects my organization is the owner of (no granted projects...
Search Project Grants from Project
Search Project Grants from Project: Deprecated: use [ListProjectGrants](/reference/api/project/zitadel.project.v2.ProjectService.ListProjectGrants) instead. Returns a list of project grants for a specific project. A project grant is ...