curl --request POST \
--url https://api.siftstack.com/api/v1/external-sync:generate-token \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{}'{
"externalSync": {
"scimServerUrl": "<string>",
"tokenLifetimeSeconds": 123,
"organizationId": "<string>",
"mostRecentSyncDate": "2023-11-07T05:31:56Z",
"mostRecentSyncByUserId": "<string>",
"tokenCreatedDate": "2023-11-07T05:31:56Z",
"mostRecentTokenByUserId": "<string>"
},
"token": "<string>"
}Generates a token for synchronizing an organization’s users and groups
curl --request POST \
--url https://api.siftstack.com/api/v1/external-sync:generate-token \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{}'{
"externalSync": {
"scimServerUrl": "<string>",
"tokenLifetimeSeconds": 123,
"organizationId": "<string>",
"mostRecentSyncDate": "2023-11-07T05:31:56Z",
"mostRecentSyncByUserId": "<string>",
"tokenCreatedDate": "2023-11-07T05:31:56Z",
"mostRecentTokenByUserId": "<string>"
},
"token": "<string>"
}Documentation Index
Fetch the complete documentation index at: https://docs.siftstack.com/llms.txt
Use this file to discover all available pages before exploring further.
Was this page helpful?