Enable

  • POST
  • /workspaces
  • /:workspace
  • /enable-sso

Enable SSO for the workspace

Request

REQUIRED SCOPES
WORKSPACE
URL PARAMETERS
workspacerequiredstring
The human-readable ID of the workspace

Example: "my-company"

Last modified on Jan 26, 2026

Request example

CURL
curl -X POST "https://api.buddy.works/workspaces/:workspace/enable-sso" \ -H "Authorization: Bearer <YOUR-TOKEN>" \ -H "Content-Type: application/json"
STATUS
200 SSO enabled successfully