is-authenticated
Description
Checks whether the 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 user is authenticated.
PUT: N/A
DELETE: N/A
POST: N/A
Media Type |
GET
|
PUT
|
DELETE
|
POST
|
---|---|---|---|---|
application/xml |
![]() |
-
|
-
|
-
|
application/json |
-
|
-
|
-
|
-
|
Returns
One of the HTTP Return Codes.
If the 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>