Purpose
The UserNameResponse parcel returns the userid assigned to the session.
Usage Notes
This parcel can appear anywhere before the only End-request parcel.
Parcel Data
Field information for the UserNameResponse parcel is as follows:
Flavor | Parcel Body Length | Parcel Body Fields |
---|---|---|
137 | Useridlength: 2 | The Userid-length field is a two-byte unsigned integer containing the number of bytes in the Userid field. |
3-2304 | Userid: 1 to 2304 bytes |
Field Notes
The Userid field is a character string encoded in the character set of the associated request, varies in length between 1 and 90 bytes, and contains the userid assigned to the session. The length is contained in the Userid-length field.