Create a new organization user.
REQUIRED: Bearer token authentication using your API key. Format: 'Bearer sk_xxxxxxxxxxxxx'. You can create API keys in the Mixpeek dashboard under Organization Settings.
Payload for creating an organization user.
Unique email address within the organization.
Display name shown in dashboards and audit trails.
2 - 100Default role within the organization if omitted.
admin, member, viewer Custom key/value metadata stored with the user record.
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.