Skip to main content
GET
/
v1
/
listUsers
List all users
curl --request GET \
  --url https://api.voltview.co.uk/v1/listUsers \
  --header 'x-api-key: <api-key>'
[
  {
    "id": "<string>",
    "email": "jsmith@example.com",
    "firstName": "<string>",
    "lastName": "<string>",
    "organisation": "<string>",
    "role": "<string>"
  }
]

Authorizations

x-api-key
string
header
required

VoltView API key

Response

Users retrieved successfully

id
string

User identifier

email
string<email>

User email

firstName
string

User first name

lastName
string

User last name

organisation
string

User organisation

role
string

User role in the organisation