Interface CreateInviteRequest.EmailStage

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

public static interface CreateInviteRequest.EmailStage
  • Method Details

    • email

      CreateInviteRequest.ContextIdStage email(@NotNull @NotNull String email)

      Email address to invite. Must be a valid email address. If it already belongs to an active or suspended member of this app context the request is rejected; if it already has a pending invitation in this app context, that invitation is resent with a fresh token instead of a new one being created.

    • from