Admin

Create admin user

Creates an admin user for a given organization

post/admins

Request body

emailstring email required
firstNamestring required
lastNamestring required
role0 | 1 | 2 | 3 | 4

Viewer = 0 User = 1 SuperUser = 2 Admin = 3 SuperAdmin = 4

phonestring tel nullable
organizationIdinteger required

Response

Success

phonestring nullable
firstNamestring nullable
lastNamestring nullable
idinteger
profileIdstring nullable
emailstring nullable
pictureUrlstring nullable
isMFAEnabledboolean nullable
termsOfUseAcceptedboolean
createdstring date-time
updatedstring date-time nullable

Changes

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