Register User's Profile
POST https://api.helpshift.com/v1/{{domain}}/chat/profiles
Register an end-user profile. Note: 1. This API creates legacy user profiles (based on identifier). 2. This API is no longer necessary before the Create Issue API. The user profile will be created if a new identifier is passed in the parameters of the Create Issue API.
Request Body
[{"name"=>"identifier", "value"=>"{{user.identifier}}", "datatype"=>"string"}, {"name"=>"name", "value"=>"{{user.name}}", "datatype"=>"string"}, {"name"=>"email", "value"=>"{{user.email}}", "datatype"=>"string"}, {"name"=>"timezone", "value"=>"US/Pacific", "datatype"=>"string"}]
RESPONSES
status: Created
{"identifier":"gaming_user_123"}