Skip to main content
POST
Create a person

Authorizations

x-api-key
string
header
required

API key for authentication. Obtain from your Operate dashboard.

Body

email
required

Email address(es) for the person

Example:

"john.doe@example.com"

full_name
string
required

Full name of the person

Minimum string length: 1
Examples:

"John Doe"

"Jane Smith"

cue
string

A brief note or reminder about the person (max 280 characters)

Maximum string length: 280
Examples:

"Follow up about project proposal"

"Met at conference last week"

timezone
string

IANA timezone name, alternative name, or abbreviation. Examples: 'America/New_York', 'Eastern Time', 'EST', 'UTC'. See https://en.wikipedia.org/wiki/List_of_tz_database_time_zones for full list.

Examples:

"America/New_York"

"Eastern Time"

"EST"

"UTC"

"Pacific Time"

"PST"

titles
object[]

Job titles and roles for this person

Example:
location
string

Location display string (e.g., 'Seattle, WA', 'New York, NY')

Examples:

"Seattle, WA"

"New York, NY"

"San Francisco, CA"

Response

200

Successful response