v5

latestOpenAPI 3.1.02026-08-081,0211,3082.1 MB
DATABRICKS
Databricks
Databricks Users

Get service-principal classification config

Return the tenant's prefix/regex patterns used to classify service principals.

The built-in application-id UUID rule is always applied in addition to these. Returns empty lists when no config has been saved.

get/api/v1/databricks/users/service-principal-config

Headers

x-tenantstring required

Response

Successful Response

prefixesstring[]

Identifier prefixes (e.g. 'svc', 'sa_') that mark a service principal.

regexesstring[]

Regexes (RE2-compatible) that mark a service principal. The same pattern runs in Python re and ClickHouse match(), so RE2-only-incompatible syntax (lookaround, backreferences, possessive quantifiers) is rejected. Should be self-anchored if exact match is desired.