Skip to main content

Get a list of all users

GET 

//v1/users

Get a list of all users

Responses

A list of all users

Schema
  • Array [
  • permissions string[]required
    username stringrequired
  • ]

Authorization: Authorization

name: Authorizationtype: apiKeydescription: JWT Tokenin: header
curl -L -X GET '/v1/users' \
-H 'Accept: application/json' \
-H 'Authorization: <API_KEY_VALUE>'
Request Collapse all
Base URL
Auth
ResponseClear

Click the Send API Request button above and see the response here!