Skip to main content
POST
/
v1
/
auth
/
sso
/
{tenant_id}
/
directory_sync
Directory Sync Handler
curl --request POST \
  --url http://localhost:8000/v1/auth/sso/{tenant_id}/directory_sync
{
  "users_created": 0,
  "users_updated": 0,
  "users_activated": 0,
  "users_deactivated": 0,
  "users_skipped": 0,
  "warnings": [
    "<string>"
  ],
  "errors": [
    "<string>"
  ]
}

Documentation Index

Fetch the complete documentation index at: https://docs.knowledgestack.ai/llms.txt

Use this file to discover all available pages before exploring further.

Headers

authorization
string | null

Path Parameters

tenant_id
string<uuid>
required

Cookies

ks_uat
string | null

Response

Successful Response

Response model for directory sync results.

users_created
integer
default:0
users_updated
integer
default:0
users_activated
integer
default:0
users_deactivated
integer
default:0
users_skipped
integer
default:0
warnings
string[]
errors
string[]