Skip to main content

Create a secure member contact request (Private Contacts)

POST 

/members/contactus

The text of the message subject and body are limited to the characters in the regular expression, /^([a-zA-Z0-9 `!@#$%&*()-_=+{};:',<.>/?]+)$/ with the exception that the message body allows multiple lines to be entered. Both are truncated to their max length. The error code, OB310, is returned if any of the following validations fail. 1) The subject and message may contain only the characters allowed by the above regular expression. 2) The subject is required. 3) At most one department may be selected. 4) A phone number is required if the Follow Up Method is specified. 5) The phone number must contain ten digits. Separating characters (non-digits) are ignored.

Request

Responses

Success