Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 1.16 KB

CreateCompanyUserRequest.md

File metadata and controls

16 lines (11 loc) · 1.16 KB

CreateCompanyUserRequest

Properties

Name Type Description Notes
email kotlin.String The email address of the user.
name Name
username kotlin.String The user's email address that will be their username. Must be the same as the one in the `email` field.
accountGroups kotlin.collections.List<kotlin.String> The list of account groups associated with this user. [optional]
associatedMerchantAccounts kotlin.collections.List<kotlin.String> The list of merchant accounts associated with this user. [optional]
roles kotlin.collections.List<kotlin.String> The list of roles for this user. [optional]
timeZoneCode kotlin.String The tz database name of the time zone of the user. For example, Europe/Amsterdam. [optional]