Search Domains
Deprecated: use organization service v2 ListOrganizationDomains instead.
Returns the list of registered domains of an organization. The domains are used to identify to which organization a user belongs.
Request Body
application/json
list limitations and ordering
criteria the client is looking for
Response Body
application/json
curl -X POST "https://loading/orgs/me/domains/_search" \ -H "Content-Type: application/json" \ -d '{}'{
"details": {
"totalResult": 0,
"processedSequence": 0,
"viewTimestamp": "2023-01-15T01:30:15.01Z"
},
"result": [
{
"orgId": "string",
"details": {
"sequence": 0,
"creationDate": "2023-01-15T01:30:15.01Z",
"changeDate": "2023-01-15T01:30:15.01Z",
"resourceOwner": "string"
},
"domainName": "string",
"isVerified": true,
"isPrimary": true,
"validationType": "DOMAIN_VALIDATION_TYPE_UNSPECIFIED"
}
]
}Was this page helpful?
Search Applications
Search Applications: Deprecated: Use [ListApplications](/reference/api/application/zitadel.application.v2.ApplicationService.ListApplications) instead to list applications Returns all applications within a project, tha...
Search Granted Project
Search Granted Project: Deprecated: use [project v2 service ListProjects](/reference/api/project/zitadel.project.v2.ProjectService.ListProjects) instead. Lists projects my organization got granted from another organizatio...