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 - groupUserListType

Description

This type represents a user assigned to a group account.

Properties

Name Type Occurrence Description
userId accountIdType Required The id of the user associated to the group.
name nameType Optional The name of the user.
accountStatus accountStatusType Required The account status of the user.
userType accountUserType Required The type of the user account.
memberRole groupMemberRole Required The role the user plays within the group.
options groupMemberOptionsType Required The associated group rights assigned to the specified role.
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