/v1/tenants/lookupPublic, unauthenticated lookup: given an email, return the workspace(s) the user can sign in to. Returns an empty array for unknown emails so the endpoint cannot be used to enumerate registered users.
| Name | Type | Required | Description |
|---|---|---|---|
email | string | Required |
curl -X GET '/api-proxy/v1/tenants/lookup' \
-H 'Authorization: Bearer <YOUR_TOKEN>'No response body documented
curl -X GET '/api-proxy/v1/tenants/lookup' \
-H 'Authorization: Bearer <YOUR_TOKEN>'No response body documented