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
RequiredResponses
user info returned
application/json
JSON
{
"sub": "string",
"email": "string"
}