You are here

Validate log in ticket

Validates the specified ticket is still valid.
GET /alfresco/service/api/login/ticket/{ticket}

The ticket may be invalid, or expired, or the user may have been locked out.

For security reasons this script will not validate the ticket of another user.

  • If the ticket is valid retuns, STATUS_SUCCESS (200)
  • If the ticket is not valid return, STATUS_NOT_FOUND (404)
  • If the ticket does not belong to the current user, STATUS_NOT_FOUND (404)
The web script description document specifies the following options:
Value Description
xml The default response format
user The authentication access
required The transaction level
any The format style