Skip to main content

UpdateUserResult

When updating multiple users in a single request, the UpdateUserResult value contains the result for a single user. It will indicate if the operation succeeded and if it failed will include error information describing why the operation failed.

Properties

NameTypeDescriptionNotes
errorErrorInfo[optional]
successBooleanIndicates if the user was successfully updated (true) or not (false).