pub async fn create_user(
configuration: &Configuration,
create_user_request: CreateUserRequest,
) -> Result<User, Error<CreateUserError>>
Expand description
Creates a new user. Your user management settings determine how you should setup your user model. Any email address and phone number created using this method will be marked as verified. Note: If you are performing a migration, check out our guide on zero downtime migrations. A rate limit rule of 20 requests per 10 seconds is applied to this endpoint.