Get All Users
Endpoints
Get All Users
Retrieve a list of all registered users
GET
Get All Users
Endpoint
Request
This endpoint does not require any parameters.Response
Returns an array of user objects.Array of user objects
Unique identifier for the user.Example:
0f4df2de-fffb-4a24-9891-381ecf4f0f87The user’s username.Example:
jdoeThe user’s email address.Example:
jdoe@example.comThe user’s first name.Example:
JohnThe user’s last name.Example:
DoeThe user’s role.Example:
USERISO 8601 timestamp when the user was created.Example:
2024-01-15T10:30:00ISO 8601 timestamp when the user was last updated.Example:
2024-01-15T10:30:00Whether the user account is active.Example:
trueStatus Codes
Users retrieved successfully
An unexpected error occurred
Example Request
Example Response
Notes
- Returns an empty array
[]if no users are registered - Users are returned in the order they were created
- Both active and inactive users are included in the response