Skip to main content
GET
Get current user

Authorizations

Authorization
string
header
required

Bearer token created in ClearPolicy API settings with the api:use scope.

Response

The authenticated user.

id
string
required

The ULID of the authenticated user.

name
string
required

The full name of the user.

email
string<email>
required

The email address of the user.

current_organization_name
string
required

The name of the organization the token belongs to.

Last modified on August 4, 2026