Local User

Endpoints for Local Django Users.

List Users

API Endpoint Path
/api/users/
Method
  • GET

Create User

API Endpoint Path
/api/users/
Method
  • POST

Retrieve User

API Endpoint Path
/api/users/{pk}/
Method
  • GET

Update User

API Endpoint Path
/api/users/{pk}/
Method
  • PUT

Delete User

API Endpoint Path
/api/users/{pk}/
Method
  • DELETE

Change User Account Status

API Endpoint Path
/api/users/{pk}/change-status/
Method
  • POST

Change User Password

API Endpoint Path
/api/users/{pk}/change-password/
Method
  • POST

Bulk Export Users

API Endpoint Path
/api/users/bulk/export/
Method
  • GET

Bulk Update Users

API Endpoint Path
/api/users/self/update/
Method
  • POST

Self Change Password

API Endpoint Path
/api/users/self/change-password/
Method
  • POST