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

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

Response

Returns the created end user object.

Response Fields