Skip to content
Pile
Esc
navigateopen⌘Jpreview

Create api auth admin stop impersonating

POST/api/auth/admin/stop-impersonating
Request body
application/json
object
Responses
200Success
string
Try it
Server
Bodyapplication/json
Request
curl -X POST "/api/auth/admin/stop-impersonating" \
  -H "Content-Type: application/json" \
  -d '{
  "property1": null,
  "property2": null
}'
Response
"string"