CompanyAttributes

Attributes of the CompanyAttributes type

Attributes the company that owns this Bunny account

{
  "name": "",
  "inactivityTimeout": 123,
  "ssoEnabled": true,
  "ssoGoogleEnabled": true,
  "samlSsoUrl": "",
  "samlIssuer": "",
  "samlSignatureCertificate": "",
  "defaultRoleId": "456123",
  "ssoMode": "SsoMode",
  "baseCurrencyId": "",
  "outboundEmailsEnabled": true,
  "migrationMode": true,
  "whitelistedOrigin": ""
}
Name
Type
Description

name

String

inactivityTimeout

Int

ssoEnabled

Boolean

ssoGoogleEnabled

Boolean

samlSsoUrl

String

Identity Provider Single Sign-On URL

samlIssuer

String

Identity Provider Issuer

samlSignatureCertificate

String

X.509 Certificate

defaultRoleId

ID

Default role to assign to new users

ssoMode

baseCurrencyId

String

Base currency for the company

outboundEmailsEnabled

Boolean

Whether outbound email is enabled

migrationMode

Boolean

Whether the company is in migration mode

whitelistedOrigin

String

Whitelisted origin for API requests

Last updated

Was this helpful?