core_users_impersonate_create
POST/core/users/:id/impersonate/
Impersonate a user
Request
Path Parameters
id integerrequired
A unique integer value identifying this User.
Responses
- 204
- 400
- 401
- 403
Successfully started impersonation
- application/json
- Schema
- Example (from schema)
Schema
non_field_errors string[]
code string
{
"non_field_errors": [
"string"
],
"code": "string"
}
Access denied
- application/json
- Schema
- Example (from schema)
Schema
detail stringrequired
code string
{
"detail": "string",
"code": "string"
}
Loading...