Allow GET and PUT. Not POST or DELETE.

GET /api/v2/users/profile/?format=api
HTTP 200 OK
Allow: GET, PUT, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "previous": null,
    "next": null,
    "current": 1,
    "total": 1,
    "total_pages": 1,
    "results": [
        {
            "id": "1cfaa1cb-65b0-4ea9-b244-c5f21c45f24c",
            "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": ""
        }
    ]
}