Skip to main content

Add account to single device login whitelist

POST 

/bv/org/v1/single-device-login-whitelist

Allows an admin to add an account to the single device login whitelist. Accounts in the whitelist can bypass the single device login restriction. Only available for CXM organizations. Can be used with the following role, Super Admin/Admin/Moderator.

Request

Header Parameters

    x-bv-org-id stringrequired

    To invoke this API using api_token, you need to set the x-bv-org-id header to specify the organization for which you want to perform the action.

Body

required
    account_id stringrequired

    Required. The unique id of the account to add to whitelist.

Responses

A successful response.

Schema

    object

Loading...