Skip to content

Endpoint

  • Method: GET
  • Path: /admin/managers
  • Edition: PRO
  • Controller: ProAdminController@getManagers
  • Route source: fluent-community-pro/app/Http/Routes/api.php:10
  • Controller source: fluent-community-pro/app/Http/Controllers/ProAdminController.php

GET List Admin Managers

GET
/admin/managers

List Admin Managers for the FluentCommunity Admin API.

Controller: ProAdminController@getManagers
Route source: fluent-community-pro/app/Http/Routes/api.php:10

Authorizations

ApplicationPasswords

WordPress Application Passwords — use Basic auth with username:application_password.

Type
API Key (header: Authorization)

Parameters

Query Parameters

search

Search read via $request->get() in getManagers().

Type
string

Responses

Successful response

application/json
JSON
{
  
"managers": {
  
  
"data": [
  
  
  
{
  
  
  
  
"additionalProperties": "string"
  
  
  
}
  
  
],
  
  
"current_page": 0,
  
  
"per_page": 0,
  
  
"from": 0,
  
  
"to": 0,
  
  
"total": 0,
  
  
"last_page": 0,
  
  
"has_more": true
  
},
  
"total": 0
}

Playground

Authorization
Variables
Key
Value

Samples

Powered by VitePress OpenAPI

FluentCommunity developer documentation