core_users_impersonate_end_retrieve
GET/core/users/impersonate_end/
End Impersonation a user
Responses
- 204
- 400
- 403
Successfully started impersonation
- application/json
- Schema
- Example (from schema)
Schema
non_field_errors string[]
code string
{
"non_field_errors": [
"string"
],
"code": "string"
}
- application/json
- Schema
- Example (from schema)
Schema
detail stringrequired
code string
{
"detail": "string",
"code": "string"
}
Loading...