usersReturns list of all clients that are connected with the API-User.

Returns list of all clients that are connected with the API-User.

curl -X GET "https://api.example.com/restapi/v1/users/clients" \
  -H "Content-Type: application/json"
[
  {
    "id": 123,
    "name": "John Doe"
  }
]
GET
/users/clients
GET
Base URLstring

Target server for requests. Edit to use your own host.

Request Preview
Response

Response will appear here after sending the request

Responses

idinteger
namestring