> ## 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.

# User login

> Authenticate a Verify Group user with email and password to receive a JWT access token and refresh token for subsequent authorized API calls.

<ParamField body="context" type="admin | client">
  Authentication context
</ParamField>

<ParamField body="email" type="string" required>
  User email address
</ParamField>

<ParamField body="password" type="string" required>
  User password
</ParamField>

<ParamField body="ipAddress" type="string">
  Client IP address
</ParamField>

<ParamField body="userAgent" type="string">
  Client user agent
</ParamField>
