Skip to main content
PATCH

Authorizations

Authorization
string
header
required

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

Path Parameters

organizationSlug
string
required

The slug of the organization or user account.

Body

application/json

The updated organization details.

overages
boolean

Enable or disable overages for the organization.

require_mfa
boolean

Require all members of the organization to have multi-factor authentication enabled. The requesting user must have MFA enabled on their own account before enabling this requirement.

Response

200 - application/json

Successful response

organization
object

The updated organization.