Disable SSO

  • POST
  • /workspaces
  • /:domain
  • /disable-sso

Disables SSO in the workspace.

Request

REQUIRED SCOPES
WORKSPACE
URL PARAMETERS
domainrequired string
The workspace domain.

Last modified on Sep 27, 2024

Example:

CURL
curl -X POST "https://api.buddy.works/workspaces/:domain/disable-sso" \ -H "Authorization: Bearer <YOUR-TOKEN>" \ -H "Content-Type: application/json" \
STATUS
204 NoContent
LIMITS
X-Rate-Limit-Limit: 1 X-Rate-Limit-Remaining: 999