GET v2/api/users

Returns a list of Interactive Users which the caller has created. This API call can only be made by a user with the role Administrator.

Response Information

A list of Interactive Users with a list of their API Credentials are returned. This endpoint can only be called by an Administrator, otherwise 403:Forbidden is returned.

Response body formats

application/json, text/json

Sample:
[
  {
    "Id": "88922a8a-4407-4eb0-a162-29f4a839434d",
    "Name": "sample string 2",
    "Username": "sample string 3",
    "Role": "sample string 4",
    "Credentials": [
      {
        "Id": "f80b5350-d63c-4408-83e4-8f112b2b0666",
        "Enabled": true,
        "Created": "2024-11-21T10:12:53.5430003+00:00"
      },
      {
        "Id": "f80b5350-d63c-4408-83e4-8f112b2b0666",
        "Enabled": true,
        "Created": "2024-11-21T10:12:53.5430003+00:00"
      },
      {
        "Id": "f80b5350-d63c-4408-83e4-8f112b2b0666",
        "Enabled": true,
        "Created": "2024-11-21T10:12:53.5430003+00:00"
      }
    ],
    "Enabled": true,
    "Created": "2024-11-21T10:12:53.5430003+00:00"
  },
  {
    "Id": "88922a8a-4407-4eb0-a162-29f4a839434d",
    "Name": "sample string 2",
    "Username": "sample string 3",
    "Role": "sample string 4",
    "Credentials": [
      {
        "Id": "f80b5350-d63c-4408-83e4-8f112b2b0666",
        "Enabled": true,
        "Created": "2024-11-21T10:12:53.5430003+00:00"
      },
      {
        "Id": "f80b5350-d63c-4408-83e4-8f112b2b0666",
        "Enabled": true,
        "Created": "2024-11-21T10:12:53.5430003+00:00"
      },
      {
        "Id": "f80b5350-d63c-4408-83e4-8f112b2b0666",
        "Enabled": true,
        "Created": "2024-11-21T10:12:53.5430003+00:00"
      }
    ],
    "Enabled": true,
    "Created": "2024-11-21T10:12:53.5430003+00:00"
  },
  {
    "Id": "88922a8a-4407-4eb0-a162-29f4a839434d",
    "Name": "sample string 2",
    "Username": "sample string 3",
    "Role": "sample string 4",
    "Credentials": [
      {
        "Id": "f80b5350-d63c-4408-83e4-8f112b2b0666",
        "Enabled": true,
        "Created": "2024-11-21T10:12:53.5430003+00:00"
      },
      {
        "Id": "f80b5350-d63c-4408-83e4-8f112b2b0666",
        "Enabled": true,
        "Created": "2024-11-21T10:12:53.5430003+00:00"
      },
      {
        "Id": "f80b5350-d63c-4408-83e4-8f112b2b0666",
        "Enabled": true,
        "Created": "2024-11-21T10:12:53.5430003+00:00"
      }
    ],
    "Enabled": true,
    "Created": "2024-11-21T10:12:53.5430003+00:00"
  }
]