Function fusionauth_rust_client::apis::default_api::create_user_with_id
source · pub async fn create_user_with_id(
configuration: &Configuration,
user_id: &str,
x_fusion_auth_tenant_id: Option<&str>,
user_request: Option<UserRequest>
) -> Result<UserResponse, Error<CreateUserWithIdError>>
Expand description
Creates a user. You can optionally specify an Id for the user, if not provided one will be generated.