User Methods
User specific methods.
Table of Contents #
GET /users/default.controller.id #
Returns the default controllers public controller id associated with the authenticated user.
Response
controller_id (string)
- The public controller id to use to retrieve the configuration
$.ajax({ type: 'GET', url: '[api url]/users/default.controller.id', contentType: "application/json" });
GET /users/get.controller.ids #
Returns all the public controller ids and controller names associated with the authenticated user.
Response
controller_ids (array)
- An array of public controller ids to use to retrieve individual configurations
$.ajax({ type: 'GET', url: '[api url]/users/get.controller.ids', contentType: "application/json" });