(AllowListBlockList)
- ListBlocklistIdentifiers - List all identifiers on the block-list
Get a list of all identifiers which are not allowed to access an instance
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
ListBlocklistIdentifiersResponse
Error Type | Status Code | Content Type |
---|---|---|
Clerk.BackendAPI.Models.Errors.ClerkErrors | 401, 402 | application/json |
Clerk.BackendAPI.Models.Errors.SDKError | 4XX, 5XX | */* |