Create User
Configuration
Create User
Create a new user in your workspace. Requires account admin role. Use for automated user provisioning or SCIM integrations.
POST
Create User
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
application/json
Response
201 - application/json
UserResponse(id: uuid.UUID, email_address: str, first_name: str, last_name: str, account_role: str, is_deleted: bool, profile_picture: Optional[str] = None, profile_color: Optional[str] = None)

