create15

abstract suspend fun create15(postUsersRequest: PostUsersRequest): PostUsersResponse

Create a User Adds new application user. Note: Password information is not required (or processed). Password details at present are auto-generated and then sent to the email account given (which is why it can take a few seconds to complete). Mandatory Fields: username, firstname, lastname, email, officeId, roles, sendPasswordToEmail Optional Fields: staffId,passwordNeverExpires,isSelfServiceUser,clients Responses:

  • 200: OK

Return

PostUsersResponse

Parameters

postUsersRequest