Interface UserRequest.ExternalIdStage

All Known Implementing Classes:
UserRequest.Builder
Enclosing class:
UserRequest

public static interface UserRequest.ExternalIdStage
  • Method Details

    • externalId

      UserRequest._FinalStage externalId(@NotNull @NotNull String externalId)

      Your own unique identifier for this user. Drives idempotent upsert: if a user with this externalId already exists, it is returned instead of creating a duplicate.

    • from