Search Project
Deprecated: use project v2 service ListProjects instead.
Lists projects my organization is the owner of (no granted projects). 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/projects/_search" \ -H "Content-Type: application/json" \ -d '{}'{
"details": {
"totalResult": 0,
"processedSequence": 0,
"viewTimestamp": "2023-01-15T01:30:15.01Z"
},
"result": [
{
"id": "string",
"details": {
"sequence": 0,
"creationDate": "2023-01-15T01:30:15.01Z",
"changeDate": "2023-01-15T01:30:15.01Z",
"resourceOwner": "string"
},
"name": "string",
"state": "PROJECT_STATE_UNSPECIFIED",
"projectRoleAssertion": true,
"projectRoleCheck": true,
"hasProjectCheck": true,
"privateLabelingSetting": "PRIVATE_LABELING_SETTING_UNSPECIFIED"
}
]
}Was this page helpful?
Search Passkey authentication
Search Passkey authentication: Deprecated: use [user service v2 ListPasskeys](/reference/api/user/zitadel.user.v2.UserService.ListPasskeys) instead. Get a list of configured passkey authentication methods from the user. Passkey ...
Search Project Grants
Search Project Grants: Deprecated: use [ListProjectGrants](/reference/api/project/zitadel.project.v2.ProjectService.ListProjectGrants) instead. Returns a list of project grants. A project grant is when the organization g...