Previous Topic

Next Topic

Book Contents

FullName and DisplayName

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.

DisplayName and FullName should be skipped, even though they exist in the response to conform to the ODM 1.3 standard.

Example

<User OID="UA" UserType="Sponsor" pf:DBUID="4540" pf:GUID="{931DB5AC-47E8-4E5D-9348-C862F6889238}">

  <LoginName>UA</LoginName>

  <DisplayName>User Admin</DisplayName>

  <FullName>User Administrator</FullName>

  <FirstName>User</FirstName>

  <LastName>Administrator</LastName>

  <Address />

</User>

Send Feedback