Create Profile

Create a new user profile in Mixpanel.

Input

Field Definition Type Required

Profile

Profile ID

User profile's unique identifier; equivalent to the Mixpanel distinct_id field.

Text TRUE

IP Address

User's IP address

Text FALSE

Time

Date and time when the user profile was created, in Unix format.

For example, for Wednesday, January 20, 2021 9:35:08 AM GMT-08:00, the Unix value is 1611164108.

Date & Time FALSE

Properties

Avatar

User's avatar; URL resource of a .gif, .jpg, .jpeg, or .png image file to update the profile picture in a profile.

Text FALSE

Name

Name of the user. Text FALSE

First Name

User's first name

Text FALSE

Last Name

User's last name

Text FALSE

Created

Date and time when the object was created. Date & Time FALSE

Email

User's email address

Text FALSE

Phone

User's phone number

Text FALSE

Custom Properties

A JSON object to add custom properties using the format {"property name": "property_value"}. Custom properties are limited to string-type fields.

Object FALSE

Output

Field Definition Type

Status Code

Result of the operation. The connector returns an HTTP status code that indicates whether the action taken by the card succeeded or failed. For example:

  • A 201 Created status code indicates success where a new resource was created.
  • A 403 Forbidden error indicates that the HTTP request wasn't processed because the necessary permissions were missing.

For a full list of possible status codes, see HTTP status codes.

Number