We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Great library! At this moment all tickets, objects etc. are "created by" the user that created the token. We want "created by" to be set to a certain user. This is possible by adding a "X-On-Behalf-Of" header to the request, see https://docs.zammad.org/en/latest/api/intro.html#actions-on-behalf-of-other-users
It would be nice if we could set this header similar to how the official Zammad API client allows to do this.
The text was updated successfully, but these errors were encountered:
Hey @dsbaars
At the moment we do not plan to implement this but I would accept a PR.
Best regards Sebastian
Sorry, something went wrong.
No branches or pull requests
Question or Feature?
Great library!
At this moment all tickets, objects etc. are "created by" the user that created the token.
We want "created by" to be set to a certain user. This is possible by adding a "X-On-Behalf-Of" header to the request, see https://docs.zammad.org/en/latest/api/intro.html#actions-on-behalf-of-other-users
It would be nice if we could set this header similar to how the official Zammad API client allows to do this.
The text was updated successfully, but these errors were encountered: