Users
/api/v1/users/list/
Endpoint
/api/v1/users/list/
Headers
{
"Content-Type": "application/json",
"Authorization": "Bearer <str:token>"
}
Response
[
{
"id": "<int:id>",
"username": "<str:username>",
"email": "<str:email>",
"is_active": "<bool:is_active>",
"is_staff": "<bool:is_staff>"
},
...
]