Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 1.37 KB

CreateCompanyUserResponse.md

File metadata and controls

20 lines (15 loc) · 1.37 KB

CreateCompanyUserResponse

Properties

Name Type Description Notes
email kotlin.String The email address of the user.
id kotlin.String The unique identifier of the user.
roles kotlin.collections.List<kotlin.String> The list of roles for this user.
timeZoneCode kotlin.String The tz database name of the time zone of the user. For example, Europe/Amsterdam.
username kotlin.String The username for this user.
links Links [optional]
accountGroups kotlin.collections.List<kotlin.String> The list of account groups associated with this user. [optional]
active kotlin.Boolean Indicates whether this user is active. [optional]
apps kotlin.collections.List<kotlin.String> Set of apps available to this user [optional]
associatedMerchantAccounts kotlin.collections.List<kotlin.String> The list of merchant accounts associated with this user. [optional]
name Name [optional]