Skip to main content
PATCH
/
api
/
v1
/
organizations
/
current
/
security-settings
cURL
curl -sS -X PATCH "$FLUIDE_BASE_URL/api/v1/organizations/current/security-settings" \
  -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
requireMfaForOperators
boolean

Require MFA for partner operators on delegated engagements

sessionTimeoutMinutes
number

Session idle timeout in minutes (5–480)

Required range: 5 <= x <= 480
Example:

60

ipAllowlist
string[]

Optional CIDR/IP allowlist entries for firm admin consoles

Maximum array length: 50
Maximum string length: 64

Response

Patch organization security posture for partner firm

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