Skip to main content
GET
Get User Summary
This endpoint requires authentication. Include your Bearer token in the Authorization header.

Description

Authorization:
  • Required role: admin or higher
Query Parameters:

Code Examples

Authorizations

Authorization
string
header
required

JWT Authorization header using the Bearer scheme. Format: "Bearer {token}"

Query Parameters

startDate
string<date>

Filter users created from this date (inclusive)

endDate
string<date>

Filter users created to this date (inclusive)

role
enum<string>

Filter by user role

Available options:
owner,
admin,
user,
guest
isActive
enum<string>

Filter by active status

Available options:
true,
false

Response

Success

message
string
Example:

"success"

summary
object