Skip to content

Latest commit

 

History

History
36 lines (22 loc) · 1.2 KB

File metadata and controls

36 lines (22 loc) · 1.2 KB

AllowListBlockList

(AllowListBlockList)

Overview

Available Operations

ListBlocklistIdentifiers

Get a list of all identifiers which are not allowed to access an instance

Example Usage

using Clerk.BackendAPI;
using Clerk.BackendAPI.Models.Components;

var sdk = new ClerkBackendApi(bearerAuth: "<YOUR_BEARER_TOKEN_HERE>");

var res = await sdk.AllowListBlockList.ListBlocklistIdentifiersAsync();

// handle response

Response

ListBlocklistIdentifiersResponse

Errors

Error Type Status Code Content Type
Clerk.BackendAPI.Models.Errors.ClerkErrors 401, 402 application/json
Clerk.BackendAPI.Models.Errors.SDKError 4XX, 5XX */*