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>'

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

200 - application/json

Successful Response

Last modified on April 9, 2026