cURL
curl --request PATCH \ --url https://api.example.com/api/sso/orgs/{orgId}/domains/{domain} \ --header 'Content-Type: application/json' \ --cookie better-auth.session_token= \ --data ' { "allowAutoEnroll": true } '
Toggles allowAutoEnroll on a verified domain.
Default Response
Was this page helpful?