-
Notifications
You must be signed in to change notification settings - Fork 0
List Users of Project
David Haller edited this page Jul 8, 2018
·
1 revision
URL : /projects/:key/users
Method : GET
Auth required : YES (Admin)
Content example
[
{
"firstName": "Default",
"lastName": "User",
"phoneNumber": "+4917123456",
"loginName": "user"
},
{
"firstName": "Nobody",
"lastName": "User",
"phoneNumber": "000",
"loginName": "nobodyuser"
}
]
Authorization fails.
The permissions are not sufficient.
The project does not exist.