Skip to content

Commit

Permalink
Fixes #457 - Replaced 'on-behalf' header by 'from' header
Browse files Browse the repository at this point in the history
  • Loading branch information
ralf401 committed Apr 2, 2024
1 parent 0d5479f commit 01c75b1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions api/intro.rst
Original file line number Diff line number Diff line change
Expand Up @@ -599,16 +599,16 @@ Actions on behalf of other users
``admin.user`` permission.

Running API queries on behalf of other users allows you to e.g. create tickets
on behalf of the user. The UI will display these kind of operations much better.
by a different user.

To do so, add a new HTTP header named ``X-On-Behalf-Of`` to your request.
To do so, add a new HTTP header named ``From`` to your request.
The value of this header can be one of the following:

* user ID
* user login
* user email

On behalf of is available for all endpoints.
``From`` is available for all endpoints.

Encoding
========
Expand Down

0 comments on commit 01c75b1

Please sign in to comment.