Documentation

{{docApp.title}}

{{docApp.description}}

How can we help?

{{docApp.searchError}}
{{product.name}}

Searching in {{docApp.searchFilterBySpecificBookTitle}}

{{docApp.searchResultFilteredItems.length}} results for: {{docApp.currentResultsSearchText}} in {{docApp.searchFilterBySpecificBookTitle}}
Search results have been limited. There are a total of {{docApp.searchResponse.totalResultsAvailable}} matches.

You have an odd number of " characters in your search terms - each one needs closing with a matching " character!

{{docApp.libraryHomeViewProduct.title || docApp.libraryHomeViewProduct.id}}

{{docApp.libraryHomeViewProduct.description}}

  1. {{book.title}}

{{group.title || group.id}}

{{group.description}}

  1. {{book.title}}

{{group.title}}

Complex Types - userListType

Description

This type represents the data associated with the user.

Properties

Name Type Occurrence Description
userId accountIdType Required The id of the user.
loginId xs:string Required The Login id used by the user when logging into Hornbill.
employeeId xs:string Required The Employee id of the user.
name nameType Required The display name of the user.
firstName xs:string Optional The first name of the user.
lastName xs:string Optional The last name of the user.
lastLogOnTime xs:dateTime Optional The last login time of the user.
lastKnownLocation geoLocationType Optional The user’s last known location.
onlineStatus onlineStatusType Optional Online status of the user
accountStatus accountStatusType Required The account status of the specified user.
userType accountUserType Required The type of the user account.
createdOn xs:dateTime Required The date/time this user account was created.
createdBy xs:string Required The person who created this user account.
lastUpdatedOn xs:dateTime Optional The last time this user account was updated.
lastUpdatedBy xs:string Optional The person who last updated this user account.
In This Document