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]
SuccessboolIndicates if the user was successfully created (true) or not (false).
UserUser[optional]