> ## Documentation Index
> Fetch the complete documentation index at: https://docs.verify-group.com/llms.txt
> Use this file to discover all available pages before exploring further.

# UserInfo

> Returns claims about the authenticated user. Requires an access token with openid scope.

<ResponseField name="sub" type="string">Subject — user UUID.</ResponseField>
<ResponseField name="email" type="string">User email address.</ResponseField>
<ResponseField name="name" type="string">User display name.</ResponseField>
<ResponseField name="org_id" type="string">Organisation UUID the token is scoped to.</ResponseField>
