users retrieve

GET {{baseUrl}}/users/:id

Returns a User object with the given id.

Request Params

KeyDatatypeRequiredDescription
include_remote_databooleanWhether to include the original data Merge fetched from the third-party to produce these models.

HEADERS

KeyDatatypeRequiredDescription
X-Account-Tokenstring(Required) Token identifying the end user.
Acceptstring

RESPONSES

status: OK

{"name":"Gil Feig","username":"gilfeig","email":"merge_is_hiring@merge.dev","role":"ADMIN","timezone":"New York/EST","id":"c06d3c90-c47d-21c4-5410-33ca9977f0c2","remote_id":"1"}