The AddUserInputV2
input
includes various settings.
Table: AddUserInputV2
Parameter | Type | Required | Default | Stability | Description |
---|---|---|---|---|---|
Some arguments may be required, as indicated in the Required column. For some fields, this column indicates that a result will always be returned for this column. | |||||
Table last updated: Sep 17, 2024 | |||||
company | string | Long-Term | The name of the company associated with the user. | ||
countryCode | string | Long-Term | The two-letter ISO 3166-1 Alpha-2 code for the country of residence (e.g., us). | ||
email | type | Long-Term | The user's email address for communications from LogScale. Required when using sendInvite. | ||
firstName | string | Long-Term | The user's actual first name (e.g., Rob). Don't use with fullName. | ||
fullName | string | Long-Term | The user's full name (e.g., Rob U. Blindman). Don't use if using other name parameters. | ||
isOrgOwner | boolean | Long-Term | Whether the user account is the organization owner. | ||
isRoot | boolean | Long-Term | Whether the user account is granted root access. | ||
lastName | string | Long-Term | The user's actual last name or family name (e.g., Blindman). Don't use with fullName. | ||
picture | type | Long-Term | The file name of an image file for the user. | ||
sendInvite | boolean | Long-Term | Whether LogScale should send an email providing the user with information to login. | ||
stateCode | string | Long-Term | The two-letter, ISO 3166-2 country sub-division code for the state of residence (e.g., ny). | ||
username | string | yes | Long-Term | User name for the login account. | |
verificationToken | string | Long-Term | The verification token for the user account. |