Introduction
Registers a new user account into MyAdmin. An activation email will be sent to the user's email address.
Parameters
accountNos
String array of account numbers (see
ApiUser
.Accounts and
ApiAccount
) to be allocated to the user.
apiKey
The active API Key.
password
The new users' password (min 5 characters).
roles
String array array of roles (see
ApiUser
.Roles and
ApiRole
) to be allocated to the user.
sessionId
The active session ID.
username
The new users' email address.
userTypeId
UserType Id for (see
ApiUser
.
Return value
Returns true when the user is successfully created, otherwise false.
Code samples