createStaffMember: StaffMember!

This mutation is used to create a new staff member for a tenant. Return information can include permissions, staff member details, and organizational unit details. **Returns:** Returns the newly created staff member data.

staffMember: StaffMemberInput!

Staff member inputs such as name, username, phone number, email, and primary language.

tenantId: UUID

The tenant that the new staff member will be associated to.

organizationalUnitIds: [UUID]