Admin

Invite Staff User

Invite a new staff user to the current customer. Creates a user and sends them an invite email with a sign-in link. Requires admin authentication.

post/admin/staff/invite

Request body

emailstring required
first_namestring required
last_namestring required
user_type'admin' | 'staff'

Enum for user types

login_methodsstring[] nullable
passwordstring nullable
skip_invite_emailboolean

Response

Successful Response

idstring required
emailstring required
first_namestring required
last_namestring required
user_type'admin' | 'staff' required

Enum for user types

messagestring required

Changes

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