Channel Developers

thumbnail

Get a single User

Get a particular User object.

You can get a particular User in two ways.

First way is retrieve a User by userId (User identifier in channel talk server).

Second is retrieve a User by memberId (User memberId that you used in javascript-quickstart.)

Accessible via URL https://api.channel.io/open/v5/users/{userId} and HTTP GET

Parameter

Example

Required

Description

Parameter type

userId

5ec3a01fe2b3f4d2cbc5

Required

ID of User

Path

GET https://api.channel.io/open/v5/users/5ec3a01fe2b3f4d2cbc5

Returns User object along with related information

JSON

Accessible via URL https://api.channel.io/open/v5/users/@{memberId} and HTTP GET

Parameter

Example

Required

Description

Parameter type

memberId

12345

Required

memberId of User

Path

GET https://api.channel.io/open/v5/users/@12345

Returns User object along with related information

JSON