Skip to content

Get user info

GET
/oauth2/userinfo

Returns information about the authenticated user.

Authorizations

bearerToken

Personal access token tied to a user account. Requires the X-Nimbu-Site header to scope requests.

TypeHTTP (bearer)

Parameters

Header Parameters

Authorization*

Bearer access token with openid scope

Typestring
Required

Responses

user info returned

application/json
JSON
{
"sub": "string",
"email": "string"
}

Playground

Authorization
Headers

Samples

Part of Nimbu, built by Zenjoy.