Update User Access
Allow customer to update user's access.
put
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:
falseaccess_payrollbooleanOptionalDefault:
falseaccess_timebooleanOptionalDefault:
falseResponses
200
Success!
application/json
400
Input Error. Check the request payload for issues.
401
Unauthorized
403
Access denied. Additional privileges are needed access the requested resource.
404
Not Found. The requested resource does not exist.
429
Rate Limited. Too many requests.
500
Unexpected error
put
/update-user-accessLast updated