GET /v1/admin/attio-sync/candidates
Service: identity · operationId: (none)
Required scopes
(no scope declared — review service config)
Query parameters
limit(integer) —
Responses
200 User links eligible for Attio sync
{
"type": "object",
"properties": {
"data": {
"type": "array",
"items": {
"type": "object",
"properties": {
"email": {
"type": "string",
"format": "email"
},
"brand_id": {
"type": "string"
},
"clerk_user_id": {
"type": "string"
},
"workos_user_id": {
"type": "string"
}
},
"required": [
"email",
"brand_id",
"clerk_user_id",
"workos_user_id"
]
}
}
},
"required": [
"data"
]
}Example
curl -X GET https://identity.platform.loop.health/v1/admin/attio-sync/candidates \
-H "Authorization: Bearer $ACCESS_TOKEN"Related
services/identity— service overview- All endpoints — directory across services
- Auth model — how scopes are enforced