Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 965 Bytes

CreateMerchantUserRequest.md

File metadata and controls

15 lines (10 loc) · 965 Bytes

CreateMerchantUserRequest

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]
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]