Interface CreateUserRequest._FinalStage
- All Known Implementing Classes:
CreateUserRequest.Builder
- Enclosing class:
CreateUserRequest
public static interface CreateUserRequest._FinalStage
-
Method Summary
Modifier and TypeMethodDescriptionadditionalProperties(Map<String, Object> additionalProperties) additionalProperty(String key, Object value) build()Whentrue, if a user with the sameexternalIdalready exists its mutable fields (email, status, payload, schemaId) are updated to the submitted values instead of being returned unchanged; the immutableexternalIdandtypeare never changed, andemailcannot be changed while an invitation to that user is still outstanding.
-
Method Details
-
build
CreateUserRequest build() -
additionalProperty
-
additionalProperties
-
upsert
When
true, if a user with the sameexternalIdalready exists its mutable fields (email, status, payload, schemaId) are updated to the submitted values instead of being returned unchanged; the immutableexternalIdandtypeare never changed, andemailcannot be changed while an invitation to that user is still outstanding. Defaults tofalse. Requires theusers:uscope in addition tousers:c. -
upsert
-