Add Staff List

Allow customer to assign staff list to a manager.

  • unique_identifier: Choose either email/staff_id as unique identifier.

post

Authentication: required

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
customer_idinteger · int64Required
emailstring | nullableRequired
unique_identifierstringRequired
staff_idstring | nullableOptional
staff_listinteger · int64[]Optional
Responses
chevron-right
200

Success!

application/json
post
/add-staff-list

Last updated