Skip to main content
PATCH
/
api
/
v1
/
organizations
/
current
/
preferences
cURL
curl -sS -X PATCH "$FLUIDE_BASE_URL/api/v1/organizations/current/preferences" \
  -H "Authorization: Bearer $FLUIDE_ACCESS_TOKEN" \
  -H "Content-Type: application/json" \
  -d '{}'
{
  "success": true,
  "message": "Operation completed successfully",
  "data": {}
}

Authorizations

Authorization
string
header
required

Access token JWT. Use as Authorization: Bearer . In the API playground, paste the JWT only.

Body

application/json
locale
enum<string>

BCP 47 locale (en | fr supported in admin)

Available options:
en,
fr
Example:

"en"

timeZone
string

IANA timezone identifier

Maximum string length: 64
Example:

"Africa/Douala"

Response

Patch active organization locale and timezone preferences

success
boolean
required

Whether the request succeeded

Example:

true

message
string
required

Human-readable outcome message (localized when i18n is configured)

Example:

"Operation completed successfully"

data
object

Endpoint-specific payload