View User
Get User
GET
https://api.talkplus.io/v1.4/api/users/:userId
Path Parameters
Name
Type
Description
userId*
string
Headers
Name
Type
Description
app-id*
string
App ID
api-key*
string
App API key
{
"user": {
"id": "user123",
"username": "john",
"profileImageUrl": "http://cnd.test.com/123.jpg",
"disablePushNotification": false,
"data": {
"someMetaKey1": "someMetaValue1",
"someMetaKey2": "someMetaValue2"
},
"updatedAt": 1583924400,
"createdAt": 1583921400
}
}
Last updated