Skip to content

GET User list By ID

Ksenyia edited this page May 18, 2016 · 1 revision

Is available to the user with admin rights only.

Resource Properties

Property Description
id A string that uniquely identifies the user.

Resource URI

user-list/{id}

Response Attribute

{
    _id: String,
    first_name: String,
    last_name: String,
    email: String
}

HTTP GET

Default Request

curl -GET http://end-point-uri/user-list/569976c21dad48f614cc8126

Response

HTTP Status Code 200

{
    _id: "569976c21dad48f614cc8126",
    first_name: "User",
    last_name: "User",
    email: "email@resourcegovernance.org"
}
Clone this wiki locally