curl --request GET \
--url http://co-mind-platform-host/v1/admin/directory/{id}/sync-status \
--header 'Authorization: Bearer <token>'{
"status": "idle",
"lastSyncAt": "2023-11-07T05:31:56Z",
"usersSync": 123,
"errors": [
"<string>"
]
}Get the current sync status for a directory. Admin role required.
curl --request GET \
--url http://co-mind-platform-host/v1/admin/directory/{id}/sync-status \
--header 'Authorization: Bearer <token>'{
"status": "idle",
"lastSyncAt": "2023-11-07T05:31:56Z",
"usersSync": 123,
"errors": [
"<string>"
]
}Bearer token authentication. Supports two token types:
POST /v1/auth/loginPOST /v1/api-tokens, format: cmnd_<tokenId>.<secret>The IDP config ID