Skip to main content
GET
Get current user via SSO

Query Parameters

jwt
string
required

JWT to decode and look up (the SSO-flow alias of GET /api/authentication/me). Returns 422 when omitted and 404 when it does not resolve to a user company.

Response

Success

user
object
required

Authenticated user profile

user_company
object
required

User-company relationship details

meta
object