Create user account
Creates a new user account with profile information and initial configuration.
Authorization: Requires system admin permissions. Validation: Username and email must be unique across the system. Security: Password is encrypted and stored securely.
Documentation Index
Fetch the complete documentation index at: https://docs.credibledata.com/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
Represents a user account with profile information and tutorial status
The unique username for the user account
^[a-zA-Z0-9_-]+$User's password (only included in create/update requests, never in responses)
User's email address, used for authentication and notifications
User's first name
User's last name
User's business role or job title
Represents the tutorial completion status and user preferences for onboarding
Response
User created successfully
Represents a user account with profile information and tutorial status
The unique username for the user account
^[a-zA-Z0-9_-]+$User's email address, used for authentication and notifications
User's first name
User's last name
User's business role or job title
Represents the tutorial completion status and user preferences for onboarding