Authorizations
Bearer token authentication using your API key. Format: 'Bearer your_api_key'. To get an API key, create an account at mixpeek.com/start and generate a key in your account settings.
Headers
REQUIRED: Bearer token authentication using your API key. Format: 'Bearer sk_xxxxxxxxxxxxx'. You can create API keys in the Mixpeek dashboard under Organization Settings.
"Bearer sk_live_abc123def456"
"Bearer sk_test_xyz789"
Path Parameters
Response
Successful Response
Canonical user document persisted in MongoDB.
Organization internal identifier used for scoping queries.
Organization public identifier for reference in APIs.
Unique email address for the user.
Display name shown in UI and logs.
Immutable public identifier for the user.
Organization role controlling UI access levels.
admin, member, viewer Lifecycle status of the account.
active, suspended, pending Arbitrary metadata stored alongside the user record.
Namespace-level roles applied across all of the user's keys.
UTC timestamp when the user was created.
UTC timestamp of the latest update to the user.
UTC timestamp of the last successful login.

