Skip to content

Endpoint

  • Method: GET
  • Path: /spaces/users/search
  • Edition: Core
  • Controller: SpaceController@getOtherUsers
  • Route source: fluent-community/app/Http/Routes/api.php:28
  • Controller source: fluent-community/app/Http/Controllers/SpaceController.php

GET Search Space Users

GET
/spaces/users/search

Search Space Users for the FluentCommunity Spaces API.

Controller: SpaceController@getOtherUsers
Route source: fluent-community/app/Http/Routes/api.php:28

Authorizations

ApplicationPasswords

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

Type
API Key (header: Authorization)

Parameters

Query Parameters

space_id*

Space ID read via $request->get() in getOtherUsers(). Space ID validated in getOtherUsers().

Type
string
Required
search

Search read via $request->getSafe() in getOtherUsers().

Type
string

Responses

Successful response

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

Playground

Authorization
Variables
Key
Value

Samples

Powered by VitePress OpenAPI

FluentCommunity developer documentation