Minctrl Docs

Get the authenticated user

GET
/auth/me

Returns the authenticated user with their primary company and membership status. Requires a valid bearer token.

ADR-007: membership_status surfaces 'requested' so the UI can render an "awaiting approval" page for self-registered users who haven't been admitted yet.

Authorization

HTTPBearer
AuthorizationBearer <token>

In: header

Response Body

application/json

curl -X GET "https://example.com/auth/me"
null
Empty