Skip to main content
PUT
/
api
/
v1
/
people
Create Person
curl --request PUT \
  --url https://evals.voker.ai/api/v1/api/v1/people \
  --header 'Authorization: <authorization>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "person_id": "<string>",
  "properties": {}
}
'
{
  "person_id": "<string>",
  "created_at": "2023-11-07T05:31:56Z",
  "properties": {}
}

Headers

Authorization
string
required
Example:

"Bearer 123"

Body

application/json

Create a person.

See Creating a Person for more information.

person_id
string
required
properties
Properties · object

Response

Successful Response

Represents a person.

See People for more information.

person_id
string
required
created_at
string<date-time>
required
properties
Properties · object