Creates a new user in the specified organization. Requires a valid API key and proper permissions to create users. The user will be assigned to the specified team and given the specified role. Returns the created user’s details including their UUID.
The details of the user to be created.
The email address of the new user.
"user@example.com"
The first name of the new user.
"John"
The last name of the new user.
"Doe"
A list of teams the user will belong to. Each team requires a UUID.
1The UUID of the role assigned to the user.
The password for the new user's account.
The type of seat assigned to the user.
listener, recording "recording"
User successfully created