跳到主要内容

List accounts in single device login whitelist

GET 

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

Allows an admin to list all accounts in the single device login whitelist. 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.

Responses

A successful response.

Schema
    org_id string

    The organization id.

    entries object[]

    The list of account entries in the whitelist.

  • Array [
  • account_id string

    The unique id of the account.

    created_at date-time

    The timestamp when the account was added to whitelist.

  • ]
Loading...