The DocuSign SOAP API lists various limits on API fields, e.g. Username can be a maximum of 100 chars, Email can be a maximum of 100 chars. Does this mean that together, the "friendly name" and the email address can be 200 chars?
For Example, would this be okay (i.e. only an email): ThisIsAReallyLongUserNameWhichWillBeAbout58CharactersLong@gmail.com ?
And this would NOT be okay: ThisIsAReallyLongUserNameWhichWillBeAbout58CharactersLong [ThisIsAReallyLongUserNameWhichWillBeAbout58CharactersLong@gmail.com] ?
And what happens if those (or other) string limits are exceeded? Is an error thrown or is it just truncated? If an error, what kind of error?