Interface OrgRequest.ExternalIdStage

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

public static interface OrgRequest.ExternalIdStage
  • Method Details

    • externalId

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

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

    • from