You are currently viewing 'Does User Exist ' page



Usage

POST /Auth/DoesUserExist

Content-Type

application/json

Description

Verify if a user exists in Rank One based on the supplied username.

Note

Put the access token generated from the Get Access Token endpoint (Auth/ValidateUser) in the request header field "Authorization" as "bearer ACCESS_TOKEN_HERE".

Example

Sample Body:

{

"userName": "***********"
}

Returns a Boolean value.