GET
/
api2
/
v1
/
lqa
/
profiles
/
authors
Get list of LQA profile authors
curl --request GET \
  --url https://cloud.memsource.com/web/api2/v1/lqa/profiles/authors
[
  {
    "firstName": "<string>",
    "lastName": "<string>",
    "userName": "<string>",
    "email": "<string>",
    "role": "SYS_ADMIN",
    "id": "<string>",
    "uid": "<string>"
  }
]

Response

200
application/json

successful operation

The response is of type object[].