Skip to content

Api Users Id Get

Carlos Badenes edited this page Mar 31, 2016 · 1 revision

Retrieve User Instance

Details about the user identified by the URI.

You can define particular search options such as filtering, sorting, field selection and/or paging, as described in the common parameters section.

Request

GET http://zavijava.dia.fi.upm.es:8888/api/users/11111111-2222-3333-4444-555555555555
HEADER:
  Authorization: 70b88ce0-9cb8-23e5-62dd-0002a4d3c52c
  • curl:
curl -i -X GET -H "Authorization: 70b88ce0-9cb8-23e5-62dd-0002a4d3c52c" http://zavijava.dia.fi.upm.es:8888/api/users/11111111-2222-3333-4444-555555555555

Response

200 OK
{
    "name": "François",
    "surname": "Sautereau",
    "email": "[email protected]",
    "orcid": "1111-2222-3333-4444"
}
Clone this wiki locally