User

Attributes/Children Value/Map to Oracle InForm
OID User Name
UserType User Type
LoginName User Name
DisplayName User DisplayName
FullName
User first name + User last name.

Note:

Not all cultures use FirstName + LastName as the full name. The full name can be derived from FirstName and LastName elements that are available in the same response. The consumer of DownloadAdminDataODM should rely on FirstName and LastName elements to get the full name or display name.
FirstName User's first name
LastName User's last name
Organization N/A
Address/StreetName

User Address 1

User Address 2

Address/City User's City
Address/StateProv User State Province
Address/County User's Country
Address/PostalCode User's Postal Code
Address/OtherText N/A
Email User email
Picture N/A
Pager User's beeper
Fax User's fax
Phone user phone number
LocationRef/LocationOID

Site Name

Entity: User

Property: Site

GroupRef

One GroupRef child element exists for each group to which the user belongs.

Contains a GroupOID attribute.

BDUID

Entity: User

Property: DBUID

GUID User identifier
Revision

Entity: User

Property: Revision

LoginName

Entity: User

Property: Login Name

UserType

Entity: User

Property: User Type

StudyLocale Locale of study. Derived from dcv_thingdata in the study database.
Active Indicates whether the user state is active.
Terminated Indicates whether the user state is terminated.
InFormUserType
This type can contain the following values that correspond to the InForm user interface:
  • System
  • Site
  • Sponsor
  • Support
  • Integration

Example

<AdminData>
    <User OID="mmeyer" UserType="Investigator" pf:DBUID="11217" pf:GUID="{8B980147-0531-4DD5-9B86-68BCA7F1532F}" pf:StudyLocale="en-US" pf:Active="Yes" pf:Terminated="No" pf:InFormUserType="Site">
            <LoginName>mmeyer</LoginName>
            <DisplayName>Marianne Meyer</DisplayName>
            <FullName>Marianne Meyer</FullName>
            <FirstName>Marianne</FirstName>
            <LastName>Meyer</LastName>
            <Address>
                <Country>USA</Country>
            </Address>
            <Email>email@domain.test</Email>
            <Fax>(555) 555-1212</Fax>
            <Phone>(555) 555-1212</Phone>
            <LocationRef LocationOID="13001" />
            <pf:GroupRef GroupOID="5289" />
            <pf:GroupRef GroupOID="13609" />
    </User>