users retrieve
GET {{baseUrl}}/users/:id
Returns a User
object with the given id
.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
include_remote_data | boolean | Whether to include the original data Merge fetched from the third-party to produce these models. |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
X-Account-Token | string | (Required) Token identifying the end user. | |
Accept | string |
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"}