Skip to main content

CreateUserResult

When creating multiple users in a single request, the CreateUserResult value contains the result for a single user. It will either contain information about the user created or error information describing why the create operation failed.

Properties

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