App Users

Create an app user. Roles: super/app admin.

post/api/appUsers

Request body

typeCode'APP_ADMIN' | 'MEMBERSHIP_ADMIN' | 'SUPER_ADMIN' required
membershipIdinteger
emailstring email required
firstNamestring required
lastNamestring required
passwordstring
mfaVerificationDisabledboolean required

Response

OK

successboolean
errorstring
tokenstring

Changes

No recorded changes to this endpoint across all 1 revision of this API.