Create User
Create a new user
Create a new user on your platform with specified details and optional group/course assignments.
Request Headers
API Key. Go to your Konstantly site > Settings > API and copy the value from there.
Request Body
Full name of the user
Email of the user (must be unique across the site)
User password
Alias or identifier of role to assign to user
User ID (alphanumeric unique identifier). Generated automatically if not provided.
Optional bio description for About me section
Optional job title
Optional location
Timezone name in TZ format (e.g. “Europe/London”)
When true, user data can only be edited via API. Set false to allow web interface editing.
List of course IDs to assign to the user
Timestamp for course assignment deadline
List of group IDs to add the user to
Custom user attributes specific to your site
Response
User avatar
Error Responses
Returned when request validation fails