Skip to main content
Skip table of contents

4.1.6. User (Get) Endpoint

NOT AVAILABLE IN SAAS


Request URL: https://<hostname>/ekranapi/user


Gets a list of users.


The User response (status: 200 = successful):

Response Parameters

Name (& Type)

Description

Example Response

item1 (int32)

The ID of the user.

[ {
  "item1" : 234,
  "item2" : "username1"
}, {
  "item1" : 13,
  "item2" : "username2"
} ]


item2 (string)

The user name.

JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.