Skip to main content
POST
End users represent the people who wear devices and are subjects of recordings. They exist in your Bota project but don’t log into Bota directly.

Authentication

Requires an API key with end_users:write scope.

Request Body

string
Your system’s unique identifier for this user. Use this to link Bota end users to users in your application.
string
User’s email address.
string
User’s display name.
object
Arbitrary key-value metadata for your own use.

Response

Returns the created end user object.

Response Fields