Table of Contents

Interface IBuilderForId

Namespace
Vonage.Users.UpdateUser
Assembly
Vonage.dll

Represents the initial builder state requiring the user ID to be specified before optional parameters.

public interface IBuilderForId

Methods

WithId(string)

Sets the unique identifier of the user to update.

IBuilderForOptional WithId(string value)

Parameters

value string

The user ID (e.g., "USR-12345678-1234-1234-1234-123456789012"). Must not be empty.

Returns

IBuilderForOptional

The builder instance for configuring optional parameters.

Examples

.WithId("USR-12345678-1234-1234-1234-123456789012")