Get user profile
This API enables you to get an existing user profile.
Path parameters
Enter your workspace ID. You can obtain this value from the API Keys page within your Fyno account.
Specify the version for which you would like to manage the user profile.
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"
}Changes
Changed in 1 of the 35 revisions of this API.16
- ○
the response property
_messagebecame required for the status400response-property-became-required
- ○
the response property
_messagebecame required for the status401response-property-became-required
- ○
the response property
channelbecame required for the status200response-property-became-required
- ○
the response property
channel/inapp/items/tokenbecame required for the status200response-property-became-required
- ○
the response property
country_codebecame required for the status200response-property-became-required
- ○
the response property
created_atbecame required for the status200response-property-became-required
- ○
the response property
distinct_idbecame required for the status200response-property-became-required
- ○
the response property
id_listbecame required for the status200response-property-became-required
- ○
the response property
profile_idbecame required for the status200response-property-became-required
- ○
the response property
statusbecame required for the status200response-property-became-required
- ○
the response property
statusbecame required for the status400response-property-became-required
- ○
the response property
statusbecame required for the status401response-property-became-required
- ○
the response property
timezonebecame required for the status200response-property-became-required
- ○
the response property
timezone_offsetbecame required for the status200response-property-became-required
- ○
the response property
updated_atbecame required for the status200response-property-became-required
- ○
the response property
versionbecame required for the status200response-property-became-required
- ○