Check if user exists

head/users
SecuritybearerAuth
Request
query Parameters
username
string (StringFilterParam)

Filter by username

Example: username=xyz | in:x,y | like:xyz
email
string (StringFilterParam)

Filter by email

Example: email=xyz | in:x,y | like:xyz
firstName
string (StringFilterParam)

Filter by first name

Example: firstName=xyz | in:x,y | like:xyz
lastName
string (StringFilterParam)

Filter by last name

Example: lastName=xyz | in:x,y | like:xyz
contractOwner
string (StringFilterParam)

Filter by contract owner name

Example: contractOwner=xyz | in:x,y | like:xyz
enabled
string (BooleanFilterParam)

A boolean flag to specify if the user is enabled or disabled

Example: enabled=true | false
Responses
200

Exists

400

Invalid Request

401

Unauthorized

403

Forbidden

404

Not Found