Documentation Index
Fetch the complete documentation index at: https://mintlify.com/scalekit-inc/developer-docs/llms.txt
Use this file to discover all available pages before exploring further.
POST /api/v1/organizations//users
Creates a new user account and immediately adds them to the specified organization. Use this endpoint when you want to create a user and grant them access to an organization in a single operation.Request
Path Parameters
Organization ID where the user will be created.
Query Parameters
If true, sends an activation email to the user. Defaults to true.
Body Parameters
Primary email address for the user. Must be unique across the environment.
Your application’s unique identifier for this user.
User’s personal information including name and contact details.
Membership details including roles and metadata.
Custom key-value pairs for storing additional user context.
Response
The created user object, including system-generated identifiers and timestamps.
Examples
Error Responses
User created successfully