is-authenticated (Recommended)

Check whether the current user is authenticated.

Description

Checks whether the current user is authenticated.

URL

/qcbin/v2/rest/is-authenticated

Remarks

Requests to this resource do not open an ALM application session.

HTTP Methods

GET: Checks whether the current user is authenticated.

PUT: N/A

DELETE: N/A

POST: N/A

Media Type
GET
PUT
DELETE
POST
application/xml
check
-
-
-
application/json
check
-
-
-

Returns

One of the HTTP Return Codes.

If the current user is authenticated, returns the authentication data as shown in the example below

Example

XML example

Copy code
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<AuthenticationInfo>
    <Username>joe</Username>
</AuthenticationInfo>

JSON example

Copy code
{    
   "AuthenticationInfo":{        
      "Username": "sa"    
   }
}