Show/Hide Toolbars

UserAccountRepository Requests Summary

Request

Description

insertUserAccount

Saves a new user account object to the repository.

updateUserAccount

Updates a previously saved user account.

readUserAccount

Retrieves a user account from the repository based on a unique key. For a list of available properties, see the type class, userAccount.

readUserAccountsByCriteria

Retrieves a set of user accounts based on specified criteria. If the criteria is empty, then the search will be for all user accounts. The specified limit takes precedence over the current system setting for the maximum number of search results to obtain. For a list of available properties, see the type class, userAccount.

deleteUserAccount

Deletes the user account specified by the unique key.

readRecentlyViewedUserAccounts

Read recently viewed user accounts.

UserAccountRepository Data Objects Summary

Data Object

Description

1 userAccount

2 userAccountCreate

3 userAccountUpdate

1 User account record property container returned when you read or search users.

2 User account record property container used to set a new user's properties. This object is passed as a request parameter when you create (insert) a user.

3 User account record property container used to update or clear a user's properties. This object is passed as a request parameter when you update a user.

Note: For more information about the data restrictions for properties that belong to the above-mentioned objects, see the Object Model Reference for the YUser object.

Note: To update a user's password through Web Services, you need to authenticate with that user name and password.

userType

An enumeration used to indicate a user's access to public and private records. Options include:

SUPER

NORMAL

LIMITED