Update User Access

Allow customer to update user's access.

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

  • profice_type: Staff Only/Manager Only.

put

Authentication: required

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
customer_idinteger · int64Required

marco system customer id

emailstring · emailOptional
profile_typestringOptional
unique_identifierstringRequired
staff_idstring | nullableOptional
access_adminbooleanOptionalDefault: false
access_payrollbooleanOptionalDefault: false
access_timebooleanOptionalDefault: false
Responses
chevron-right
200

Success!

application/json
put
/update-user-access

Last updated