Admin Endpoints
Retrieve all users
Retrieve all users in the database with their details. This endpoint is only accessible to admin users.
GET
Authorizations
Response
200
application/json
List of users retrieved successfully
The unique identifier for the user
Example:
"78c30460ebbbdb349567a39a10a2c845"
The name of the user
Example:
"John Doe"
The email of the user
Example:
"john.doe@example.com"
The image of the user (can be a URL or a file as a base64 string)
Example:
"https://example.com/image.png"
The role of the user (admin, user, etc.)
Example:
"admin"
The date and time the user was created
The date and time the user was last updated
Was this page helpful?