clerk.update_instance_restrictions
ActiveTool of Vee3
Update sign-up and sign-in restriction settings for a connected Clerk instance. Call clerk.get_connected_accounts first. Pass clerk_instance_id to target a specific connection, or omit it to use the default account. Returns the updated instance restrictions. Cost = 8 tokens.
Parameters schema
{
"type": "object",
"title": "update_clerk_instance_restrictionsArguments",
"properties": {
"allowlist": {
"anyOf": [
{
"type": "boolean"
},
{
"type": "null"
}
],
"title": "Allowlist",
"default": null,
"description": "Whether the allowlist restriction should be enabled."
},
"blocklist": {
"anyOf": [
{
"type": "boolean"
},
{
"type": "null"
}
],
"title": "Blocklist",
"default": null,
"description": "Whether the blocklist restriction should be enabled."
},
"clerk_instance_id": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"title": "Clerk Instance Id",
"default": null,
"description": "Clerk instance id (ins_...) from clerk.get_connected_accounts. Omit to use the default connected account."
},
"block_email_subaddresses": {
"anyOf": [
{
"type": "boolean"
},
{
"type": "null"
}
],
"title": "Block Email Subaddresses",
"default": null,
"description": "Whether email subaddresses (plus-addressing) should be blocked."
},
"block_disposable_email_domains": {
"anyOf": [
{
"type": "boolean"
},
{
"type": "null"
}
],
"title": "Block Disposable Email Domains",
"default": null,
"description": "Whether disposable email domains should be blocked."
},
"allowlist_blocklist_disabled_on_sign_in": {
"anyOf": [
{
"type": "boolean"
},
{
"type": "null"
}
],
"title": "Allowlist Blocklist Disabled On Sign In",
"default": null,
"description": "Whether allowlist and blocklist checks should be skipped during sign-in."
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
Vee3
https://github.com/Vee3io/Vee3
1/7 registries