Skip to content

List Users of Project

David Haller edited this page Jul 8, 2018 · 1 revision

List Users of Project

URL : /projects/:key/users

Method : GET

Auth required : YES (Admin)

Success Response

200 OK

Content example

[
  {
    "firstName": "Default",
    "lastName": "User",
    "phoneNumber": "+4917123456",
    "loginName": "user"
  },
  {
    "firstName": "Nobody",
    "lastName": "User",
    "phoneNumber": "000",
    "loginName": "nobodyuser"
  }
]

Error Response

401 UNAUTHORIZED

Authorization fails.

403 FORBIDDEN

The permissions are not sufficient.

404 NOT FOUND

The project does not exist.

Clone this wiki locally