Reference

Users API

Endpoints under /api/users, from the com_users API controllers. Authenticate with an OAuth bearer token or a session cookie; see the developers book for the API basics.

Method Endpoint Purpose
GET /api/v1.0/users/current_user/isAuthenticated Indicates whether current user is authenticated

GET /api/v1.0/users/current_user/isAuthenticated

Indicates whether current user is authenticated

API version 1.0, task isAuthenticated in currentuserv1_0.php.

Generated from the source tree.