User Profile List
Allow GET and PUT. Not POST or DELETE.
GET /api/v2/users/profile/?format=api&ordering=user
{ "previous": null, "next": null, "current": 1, "total": 1, "total_pages": 1, "results": [ { "id": "844e059f-9564-42c8-a9d1-046c3484ad0a", "user": { "id": { "name": "id", "category": "property", "value": 2 }, "username": { "name": "username", "category": "property", "value": "Anonymous" }, "full_name": { "name": "full_name", "category": "property", "value": "Anonymous User" }, "email": { "name": "email", "category": "property", "value": "anonymous@example.com" } }, "settings": "" } ] }