Interface CreateUserRequest._FinalStage

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

public static interface CreateUserRequest._FinalStage
  • Method Details

    • build

    • additionalProperty

      CreateUserRequest._FinalStage additionalProperty(String key, Object value)
    • additionalProperties

      CreateUserRequest._FinalStage additionalProperties(Map<String,Object> additionalProperties)
    • upsert

      When true, if a user with the same externalId already exists its mutable fields (email, status, payload, schemaId) are updated to the submitted values instead of being returned unchanged; the immutable externalId and type are never changed, and email cannot be changed while an invitation to that user is still outstanding. Defaults to false. Requires the users:u scope in addition to users:c. A context-confined credential attempting to overwrite a user outside its own app context receives the uniform 400 ("already exists") rather than the overwrite.

    • upsert