Manage User Profiles
Get user profile
This API enables you to get an existing user profile.
get/{WSID}/{version}/profiles/{distinct_id}
Path parameters
WSIDstring required
Enter your workspace ID. You can obtain this value from the API Keys page within your Fyno account.
version'live' | 'test' required
Specify the version for which you would like to manage the user profile.
distinct_idstring required
Enter the distinct ID that you currently use to identify the user.
Response
Profile fetched successfully
Example response
{
"channel": {
"discord": "101XXXXXXXXXX7XXXXX",
"email": "abcde@fghi.com",
"inapp": [
{
"integration_id": "IXXXXXXX",
"status": 1,
"token": "XXXXXXXX"
}
],
"push": [
{
"integration_id": "IXXXXXXX",
"status": 1,
"token": "ExponentPushToken[XXXXX]"
}
],
"slack": "CXXXXXXXXXX",
"sms": "+91 9879X XXXXX",
"teams": "General",
"voice": "+91 9879X XXXXX",
"whatsapp": "+91 9879X XXXXX"
},
"country_code": "IN",
"created_at": "2023-04-21T06:34:01.386Z",
"distinct_id": "XXXXXXXX",
"id_list": [
"6442XXXXXXXXXXXXXXXXc684"
],
"name": "John Doe",
"profile_id": "6442XXXXXXXXXXXXXXXXc685",
"status": 1,
"timezone": "Asia/Kolkata",
"timezone_offset": "+05:30",
"updated_at": "2023-04-21T08:42:30.235Z",
"version": "test"
}