# Account login method removed A login method for an account has been removed Endpoint: POST account-login-method-removed Version: v1 Security: X-Signature ## Header parameters: - `X-Signature` (string, required) Example: "X-Signature: t=1492774577,v1=5257a869..." ## Request fields (application/json): - `version` (string, required) The version of the event. Example: "1" - `id` (string, required) The unique identifier for the event. This can be used as an idempotency key. Example: "c478966c-f927-411c-b919-179832d3d50c" - `timestamp` (integer, required) When the event occurred, formatted as a UNIX timestamp (in seconds). Example: 1698604061 - `category` (string, required) The category of the event. Enum: "AUDIT" - `object` (string, required) The object that was created. Enum: "ACCOUNT_LOGIN_METHOD_REMOVED" - `actor` (any, required) - `new` (object, required) - `new.accountId` (string, required) The ID of the account. Example: "2a2197de-ad2c-47e4-8dcb-fb0f04cf83e0" - `new.accountEmail` (string, required) The email address associated with the account. Example: "employee@example.com" - `new.appType` (string, required) The name of the app. Example: "ATLASSIAN" - `new.loginMethod` (string, required) The login method removed from the account. Enum: "USERNAME_PASSWORD", "OKTA_SWA", "OIDC", "SAML", "FEDCM" - `description` (string) The description of the event. Note: this is subject to change and should not be used to match on this object. Example: "user@example.com removed a login method for an account" - `friendlyName` (string) The friendly name of this object. Note: this is subject to change and should not be used to match on this object. Example: "Account login method removed" ## Response 2XX fields