Setting

Update staff user

Use this BillingServ API endpoint to update staff user. Review the response for the operation result or validation errors.

post/setting/update-staff

Request body

user_idinteger required
namestring required
emailstring email required
usernamestring email required
passwordstring password

Response

OK

successboolean

Changes

Changed in 1 of the 6 revisions of this API.1815

  • 6b9208b644561815See the full diff
    • the permission request property type/format changed from array/ to object/

      request-property-type-changed

    • removed the request property permission.customers

      request-property-removed

    • removed the request property permission.dashboard

      request-property-removed

    • removed the request property permission.invoices

      request-property-removed

    • removed the request property permission.marketing

      request-property-removed

    • removed the request property permission.packages

      request-property-removed

    • removed the request property permission.reports

      request-property-removed

    • removed the request property permission.settings

      request-property-removed

    • removed the request property permission.support

      request-property-removed

    • added the new optional request property permission/customers

      new-optional-request-property

    • added the new optional request property permission/dashboard

      new-optional-request-property

    • added the new optional request property permission/invoices

      new-optional-request-property

    • added the new optional request property permission/marketing

      new-optional-request-property

    • added the new optional request property permission/packages

      new-optional-request-property

    • added the new optional request property permission/reports

      new-optional-request-property

    • added the new optional request property permission/settings

      new-optional-request-property

    • added the new optional request property permission/support

      new-optional-request-property

    • added the non-success response with the status 404

      response-non-success-status-added

    • added the optional property code to the response with the 401 status

      response-optional-property-added

    • added the optional property code to the response with the 403 status

      response-optional-property-added

    • added the optional property code to the response with the 422 status

      response-optional-property-added

    • added the optional property request_id to the response with the 401 status

      response-optional-property-added

    • added the optional property request_id to the response with the 403 status

      response-optional-property-added

    • added the optional property request_id to the response with the 422 status

      response-optional-property-added