Skip to main content
POST
Verify User

Authorizations

Authorization
string
header
required

Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.

Body

application/json
username
string | null

The username of a user.

password
string | null

A password of a user.

Response

Request successful.

authenticatedUser
string | null

An id of authenticated user.

authenticated
boolean | null

A flag indicating if user is authenticated.

tenants
string[] | null

Will be null.

groups
string[] | null

Will be null.