List users - leerbedrijflisa/breakpoint-api GitHub Wiki

GET /users/

Request

Query parameters

Field Description
project The name of the project you want to filter by.

Response

Responds with an array of users in string format

Example

HTTP/1.1 200 OK
Content-Type: application/json

[
    "User 1",
    "User 2",
    "User 3"
]