List all users

Description

Get list of all user IDs in the system.This function is only available to administrators.

Request

GET /v1/users/

Response

Successful response contains the following JSON formated body:

string[]

Response Status codes:

  • 200 on success

  • 403 if not administrator

Request headers

This request must have the following headers:

  • Authorization: bearer <ApiKey>

Example

Request

curl "https://api.cloud.nabto.com/v1/users/" \
  -H "Authorization: Bearer <ApiKey>"

Response

["<>",
...]