Databricks Current User API

The Databricks Current User API allows you to retrieve information about the currently authenticated user or service principal. It returns identity details including username, display name, and group memberships for the caller making the API request.

API entry from apis.yml

apis.yml Raw ↑
aid: databricks:current-user-api
name: Databricks Current User API
tags:
- Authentication
- Identity
- Users
humanURL: https://docs.databricks.com/api/workspace/currentuser
properties:
- url: https://docs.databricks.com/api/workspace/currentuser
  type: Documentation
description: The Databricks Current User API allows you to retrieve information about the currently authenticated
  user or service principal. It returns identity details including username, display name, and group memberships
  for the caller making the API request.