Account Management
Create Member
Create a new member
Available fields: name
, username
, password
, role
, phone
REQUEST
name
string
requiredName of the user. Mandatory.
username
string
requiredUsername, typically an email. Mandatory.
password
string
Password for the account. Optional, if not set, member will receive an invite via email or SMS.
role
string
default: "worker"Role of the user. Options are worker, operator, administrator. Default is worker.
phone
string
Phone number of the user. Optional.
See also Member-API-Object to see properties of a member.