GET/v1.0/settings/corpUserSettingsRead-only

Get settings

CLIkajeet-sentinel auth whoamiMCPauth.current_account

Parameters

No parameters.

cURL
curl -X GET "https://api.kajeet.dev/sentinel-proxy/sentinel/api/v1.0/settings/corpUserSettings" \
  -H "Authorization: Bearer $SENTINEL_TOKEN"
Response · 200 OK
{
  "corpId": "NORTHSTAR-ISD",
  "businessType": "enterprise",
  "canSwitchAccounts": true,
  "deviceManagementAccess": true,
  "manageBuckets": true,
  "customHelpEmail": "support@kajeet.com"
}

Try this operation in the interactive explorer →