v1

latestOpenAPI 3.0.32026-07-24614422630.2 KB
Users

Add a new user

Add a new user to the system. Users in the system must have unique emails. If successful, the path to the new user object is returned and a welcome email containing a temporary password will be sent to the email associated with the user. The login credentials expires in 24 hours. If the user does not login to the system within that time, a new invitation is required.

post/users

Request body

idstring
displayNamestring
titlestring
emailstring
phoneNumberstring
state'ACTIVE' | 'DISABLED' | 'EXPIRED'
role'ADMIN' | 'FINANCE' | 'SALES' | 'SALES_MANAGER' | 'ACCOUNTANT' | 'BILLING_CLERK' | 'REVENUE_CLERK' | 'READ_ONLY' | 'EXECUTIVE' | 'CRM' | 'IMPORT' | 'BILLY_ADMIN' | 'BILLY_ENGINEER' | 'BILLY_SUPPORT' | 'BILLY_JOB'
ssoOnlyboolean
entityIdsstring[]
externalIdstring

Response

successful operation

string required