curl --request POST \
--url https://api.siftstack.com/api/v1/external-sync \
--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>"
},
"existingUserCount": 123,
"addedToOrganizationUserIds": [
"<string>"
],
"createdUsers": [
{
"userId": "<string>",
"userName": "<string>",
"organizations": [
{
"organizationId": "<string>",
"organizationName": "<string>"
}
]
}
],
"deactivatedUserIds": [
"<string>"
],
"existingGroupCount": 123,
"createdUserGroups": [
{
"name": "<string>",
"isDefault": true,
"isExternal": true,
"userGroupId": "<string>",
"roleId": "<string>",
"resources": {
"allAssets": true,
"assetIds": [
"<string>"
]
},
"userIds": [
"<string>"
]
}
],
"deletedUserGroupNames": [
"<string>"
]
}Synchronizes an organization’s users and groups
curl --request POST \
--url https://api.siftstack.com/api/v1/external-sync \
--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>"
},
"existingUserCount": 123,
"addedToOrganizationUserIds": [
"<string>"
],
"createdUsers": [
{
"userId": "<string>",
"userName": "<string>",
"organizations": [
{
"organizationId": "<string>",
"organizationName": "<string>"
}
]
}
],
"deactivatedUserIds": [
"<string>"
],
"existingGroupCount": 123,
"createdUserGroups": [
{
"name": "<string>",
"isDefault": true,
"isExternal": true,
"userGroupId": "<string>",
"roleId": "<string>",
"resources": {
"allAssets": true,
"assetIds": [
"<string>"
]
},
"userIds": [
"<string>"
]
}
],
"deletedUserGroupNames": [
"<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.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
The body is of type object.
A successful response.
Show child attributes
Show child attributes
Show child attributes
Was this page helpful?