Skip to main content

Disable Account

POST 

/accounts/:id/disable

This API submits a task to disable the account and returns the task ID.
A token with ORG_ADMIN, SOURCE_ADMIN, SOURCE_SUBADMIN, or HELPDESK authority is required to call this API.

Request

Path Parameters

    id stringrequired

    The account id

    Example: ef38f94347e94562b5bb8424a56397d8

Body

required
    externalVerificationId string

    If set, an external process validates that the user wants to proceed with this request.

    forceProvisioning boolean

    If set, provisioning updates the account attribute at the source. This option is used when the account is not synced to ensure the attribute is updated.

Responses

Async task details

Schema
    id stringrequired

    id of the task

Loading...