Skip to main content
POST
/
user
Authenticate user
curl --request POST \
  --url https://auth.realtimelca.com/frontegg/identity/resources/auth/v1/user \
  --header 'Content-Type: application/json' \
  --data '
{
  "email": "",
  "password": ""
}
'

Body

application/json
email
string
password
string

Response

default

Response schema not yet documented in the upstream Postman spec.