Skip to main content
PUT
/
user
/
{org}
Set default organization
curl --request PUT \
  --url https://app.kosli.com/api/v2/user/{org} \
  --header 'Authorization: Bearer <token>'
{
  "default_org_name": "<string>"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

org
string
required

Response

201 - application/json

Successful Response

default_org_name
string
required
Last modified on July 3, 2026