Get all project administrators in a project
Description
Returns all project administrators and their properties in the specified project.
URL
/qcbin/v2/sa/api/domains/{domain}/projects/{project}/admin-users
HTTP Method
GET
Remarks
Accept: application/xml, application/json
Returns
On success, the HTTP return value is 200.
On success, returns the full data of all the project administrators in an XML/JSON string with the Site users schema reference.
Return Value Example
Accept: application/json
{
"users": {
"user": [
{
"expire-date": "",
"phone": "",
"idp-name": "",
"name": "sa",
"description": "",
"is-active": true,
"id": 251,
"identity-key": "",
"full-name": "",
"email": "abcdefg@mf.com"
},
{
"expire-date": "",
"phone": "",
"idp-name": "",
"name": "newuser1",
"description": "",
"is-active": true,
"id": 635,
"identity-key": "",
"full-name": "",
"email": ""
}
]
}
}

