GET
/
api
/
utm-auditor-users-by-src
[
  {
    "name": "<string>",
    "sid": "<string>",
    "source": {
      "id": 123,
      "indexPattern": "<string>",
      "indexName": "<string>",
      "isActive": true
    },
    "attributes": [
      {
        "id": 123,
        "attributeKey": "<string>",
        "attributeValue": "<string>",
        "createdDate": "2023-11-07T05:31:56Z",
        "modifiedDate": "2023-11-07T05:31:56Z",
        "utmAuditorUser": {}
      }
    ]
  }
]

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Utm-Internal-Key
string
header
required

Query Parameters

pageable
object
required
sourceId
integer
required

Response

200 - */*
OK
name
string
sid
string
source
object
attributes
object[]