Create Sales Personnel

View as Markdown
Creates a sales personnel profile. If the email or phone already matches an existing sales personnel in the project, that record is updated instead of a duplicate being created.

Authentication

AuthorizationBearer

Bearer authentication of the form Bearer <token>, where token is your auth token.

identitystring
The identity for the active project.

Request

This endpoint expects an object.
display_namestringRequired
first_namestringOptional
last_namestringOptional
emailstringOptionalformat: "email"
phonestringOptional

Response

Created
dataobject
statusboolean
messagestring