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
accountStatus accountStatusType Required The account status of the user.
createdBy xs:string Required The person who created this user account.
createdOn xs:dateTime Required The date/time this user account was created.
lastUpdatedBy xs:string Optional The person who last updated this user account.
lastUpdatedOn xs:dateTime Optional The last time this user account was updated.
memberRole groupMemberRole Required The role the user plays within the group.
name nameType Optional The name of the user.
options groupMemberOptionsType Required The associated group rights assigned to the specified role.
userId accountIdType Required The id of the user associated to the group.
userType accountUserType Required The type of the user account.
In This Document