curl --request POST \
--url http://co-mind-platform-host/v1/admin/directory/{id}/sync \
--header 'Authorization: Bearer <token>'{
"jobId": "<string>",
"message": "<string>"
}Trigger a directory sync from LDAP/AD. Returns 202 with a jobId. Admin role required.
curl --request POST \
--url http://co-mind-platform-host/v1/admin/directory/{id}/sync \
--header 'Authorization: Bearer <token>'{
"jobId": "<string>",
"message": "<string>"
}Bearer token authentication. Supports two token types:
POST /v1/auth/loginPOST /v1/api-tokens, format: cmnd_<tokenId>.<secret>The IDP config ID