Search Granted Project
Deprecated: use project v2 service ListProjects instead.
Lists projects my organization got granted from another organization. A Project is a vessel for different applications sharing the same role context.
Request Body
application/json
list limitations and ordering
criteria the client is looking for
Response Body
application/json
curl -X POST "https://loading/granted_projects/_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 Domains
Search Domains: Deprecated: use [organization service v2 ListOrganizationDomains](/reference/api/org/zitadel.org.v2.OrganizationService.ListOrganizationDomains) instead. Returns the list of registered domains of a...
Search Granted Project Roles
Search Granted Project Roles: Deprecated: use [project v2 service ListProjectGrants](/reference/api/project/zitadel.project.v2.ProjectService.ListProjectGrants) instead. Lists the roles a granted projects has. These are the rol...