Skip to content

Search Users

GET
/api/v1/developer/users/search

Authorizations

bearerAuth
Type
HTTP (bearer)

Parameters

Query Parameters

keyword
Type
string
Example"John"
user_id
Type
string
Example"550e8400-e29b-41d4-a716-446655440000"
only_admin
Type
boolean
Examplefalse
status
Type
string
Example"ACTIVE"
page_num
Type
string
Example"1"
page_size
Type
string
Example"25"

Responses

Search results retrieved successfully

application/json
JSON
{
  
"code": "string",
  
"msg": "string",
  
"data": [
  
  
{
  
  
  
"alias": "string",
  
  
  
"avatar_relative_path": "string",
  
  
  
"email": "string",
  
  
  
"email_status": "string",
  
  
  
"employee_number": "string",
  
  
  
"first_name": "string",
  
  
  
"full_name": "string",
  
  
  
"id": "string",
  
  
  
"last_name": "string",
  
  
  
"onboard_time": 0,
  
  
  
"phone": "string",
  
  
  
"status": "string",
  
  
  
"user_email": "string",
  
  
  
"username": "string"
  
  
}
  
]
}

Playground

Server
Authorization
Variables
Key
Value

Samples

Powered by VitePress OpenAPI