AddUserInputV2 is an input datatype for adding a user. It's used by the addUserV2() mutation field.

Table: AddUserInputV2

ParameterTypeRequiredDefaultStabilityDescription
Some arguments may be required, as indicated in the Required column. For return datatypes, this indicates that you must specify which fields you want returned in the results.
Table last updated: Sep 17, 2024
companystring  Long-TermThe name of the company associated with the user.
countryCodestring  Long-TermThe two-letter ISO 3166-1 Alpha-2 code for the country of residence (e.g., us).
emailtype  Long-TermThe user's email address for communications from LogScale. Required when using sendInvite.
firstNamestring  Long-TermThe user's actual first name (e.g., Rob). Don't use with fullName.
fullNamestring  Long-TermThe user's full name (e.g., Rob U. Blindman). Don't use if using other name parameters.
isOrgOwnerboolean  Long-TermWhether the user account is the organization owner.
isRootboolean  Long-TermWhether the user account is granted root access.
lastNamestring  Long-TermThe user's actual last name or family name (e.g., Blindman). Don't use with fullName.
picturetype  Long-TermThe file name of an image file for the user.
sendInviteboolean  Long-TermWhether LogScale should send an email providing the user with information to login.
stateCodestring  Long-TermThe two-letter, ISO 3166-2 country sub-division code for the state of residence (e.g., ny).
usernamestringyes Long-TermUser name for the login account.
verificationTokenstring  Long-TermThe verification token for the user account.