is-authenticated (Legacy)

Check whether the current user is authenticated.

Description

Checks whether the current user is authenticated.

URL

/qcbin/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
-
-
-
-

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 version="1.0" encoding="UTF-8" standalone="yes"?>
<AuthenticationInfo>
    <Username>joe</Username>
</AuthenticationInfo>