GET v1/users/:id
Information about one channel. Includes links to the account that the channel is part of, and a link to the reports generated on the channel data.
this resource supports additional data through the fields
parameter
Parameters
Label | Description | Values | Modifiers | Type | Required |
---|---|---|---|---|---|
id | The unique ID of the user resource | a user ID | none | query string | false |
Examples
Example single resource
> curl -u username:password "https://api.conversocial.com/v1/users/36302"
{
"first_name": "",
"last_name": "Ken-U",
"url": "https://api.conversocial.com/v1/users/36302",
"is_active": true,
"account": {
"url": "https://api.conversocial.com/v1/accounts/14047",
"id": "14047"
},
"email": "pecheneg@14047.oauth",
"last_login": "2015-08-20T00:44:26",
"timezone": "UTC",
"id": "36302",
"date_joined": "2015-08-19T02:27:51"
}