Skip to main content
GET
Who am I

Authorizations

Authorization
string
header
required

Enter your JWT token

Response

The acting principal's identity.

Identity of the principal a Developer API request is authenticated as, returned by GET /api/DeveloperAPI/v1/auth/whoami. For x-api-key requests the identity is the token's owner (the key acts as the owner) and UserType is "apiuser".

userType
string
required

Caller type: "apiuser" (x-api-key), "anonymous" (deleted profile), or "user".

fullName
string | null

The acting user's full name.

email
string | null

The acting user's email address.

currentCompany
string | null

Display name of the account/company the request is scoped to.

role
string | null

Role within the current company (e.g. "Admin", "Member").