UserInfo

Contains information about the logged-in user.

Syntax

<UserInfo>
  <element ref="tns:name"/>
  <element ref="tns:email"/>
  <element ref="tns:uuid"/>
  <element name="userid" type="string"/>
  <element name="domain" type="string"/>
  <element name="postOffice" type="string"/>
  <element name="system" type="string"/>
  <element name="fid" type="string"/>
  <element name="recipType" type="tns:RecipientType"/>
  <attribute name="disabled" type="boolean"/>
</UserInfo>

Definitions

name

Specifies the name of the logged-in user.

e-mail

Specifies the email address of the logged-in user.

uuid

Specifies the GroupWise unique identifier for the logged-in user.

userid

Specifies the userid for the logged-in user.

domain

Specifies the user’s domain.

postOffice

Specifies the user’s post office

system

Specifies the user’s GroupWise system

fid

Specifies the user’s fid.

recipType

Specifies the recipType for the logged-in user or resource.

disabled

Specifies if the user is disabled.

--For GroupWise 8.0 SP2 and later.