SearchMemberParameters

data class SearchMemberParameters(val emailAddress: String, val organizationId: String)

A data class wrapping the parameters used for a Search Members call

Constructors

Link copied to clipboard
constructor(emailAddress: String, organizationId: String)

Properties

Link copied to clipboard

the email address of the member to search for

Link copied to clipboard

the id of the organization the member belongs to