Allow GET and PUT. Not POST or DELETE.

GET /api/v2/users/profile/?format=api&ordering=user
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": "ab4e9977-be74-46eb-afee-db6518cde6eb",
            "user": {
                "id": {
                    "name": "id",
                    "category": "property",
                    "value": 2
                },
                "username": {
                    "name": "username",
                    "category": "property",
                    "value": "admin"
                },
                "full_name": {
                    "name": "full_name",
                    "category": "property",
                    "value": "admin"
                },
                "email": {
                    "name": "email",
                    "category": "property",
                    "value": "example-admin@embl.de"
                }
            },
            "settings": ""
        }
    ]
}