Package ai.vectros.types
Interface UserRequest.ExternalIdStage
- All Known Implementing Classes:
UserRequest.Builder
- Enclosing class:
UserRequest
public static interface UserRequest.ExternalIdStage
-
Method Summary
Modifier and TypeMethodDescriptionexternalId(@NotNull String externalId) Your own unique identifier for this user.from(UserRequest other)
-
Method Details
-
externalId
Your own unique identifier for this user. Drives idempotent upsert: if a user with this
externalIdalready exists, it is returned instead of creating a duplicate. -
from
-