Users
List all users
GET
List all users
Authorizations
Basic authentication header of the form Basic <encoded-value>
, where <encoded-value>
is the base64-encoded string username:password
.
Response
200 - application/json
A dictionary with a users
property which is an array of User
objects
An array of users
List all users