Skip to content

List all users

GET
/api/nova/users/list

Parameters

Query Parameters

apiKey*

apiKey

Type
string
Required

Responses

OK

application/json
JSON
{
  
"data": [
  
  
{
  
  
  
"active": true,
  
  
  
"email": "string",
  
  
  
"firstName": "string",
  
  
  
"id": "string",
  
  
  
"jobTitle": "string",
  
  
  
"lastName": "string",
  
  
  
"mobile": "string",
  
  
  
"role": "string"
  
  
}
  
],
  
"error": "string",
  
"message": "string",
  
"page": 0,
  
"size": 0,
  
"success": true,
  
"total": 0
}

Playground

Variables
Key
Value

Samples

Recruitly — Recruitment CRM for Agencies