API Platform 3: Edit the authenticated user’s profile in a PATCH operation

I am using API Platform 3.2 with Symfony 6.4 to write a REST API.

Users are entities, and each user has a 1-1 relationship with a Profile entity.

For Profile operations, there are two endpoints:

  • GET /users/me/profile: Return the profile of the currently authenticated user
  • PATCH /users/me/profile: Update the profile of the currently authenticated user

The GET works fine. I use a custom State Provider to fetch the authenticated user and return their associated Profile.

However, I’m having trouble with the PATCH. I’m not sure how to get it to update the profile of the authenticated user.

I tried creating a custom State Processor called ProfileStateProcessor, but by the time it gets to ProfileStateProcessor::process(), the $data is already a new Profile object. By default it will try to create a new Profile every call.

How can I make PATCH /users/me/profile select the authenticated user’s profile for updating?

I know I could find their profile in the state processor, merge the data from the request, and save that — but it seems like there has to be a better way.


Relevant code

resources/User/Profile.yaml

AppEntityUserProfile:
    normalizationContext:
        groups: [ 'profile:read' ]
    denormalizationContext:
        groups: [ 'profile:write' ]
    operations:
        ApiPlatformMetadataGet:
            uriTemplate: 'users/me/profile'
            provider: AppStateUserProfileStateProvider
        ApiPlatformMetadataPatch:
            uriTemplate: 'users/me/profile'
            processor: AppStateUserProfileStateProcessor

src/State/User/ProfileStateProvider.php

<?php

namespace AppStateUser;

use ApiPlatformMetadataOperation;
use ApiPlatformStateProviderInterface;
use SymfonyBundleSecurityBundleSecurity;

class ProfileStateProvider implements ProviderInterface
{
    public function __construct(private readonly Security $security)
    {
    }

    public function provide(Operation $operation, array $uriVariables = [], array $context = []): object|array|null
    {
        $user = $this->security->getUser();
        $profile = $user->getProfile();

        return $profile;
    }
}

src/State/User/ProfileStateProcessor.php

This solution works, but requires me to check every writable field.

<?php

namespace AppStateUser;

use ApiPlatformMetadataOperation;
use ApiPlatformStateProcessorInterface;
use AppEntityUserProfile;
use SymfonyBundleSecurityBundleSecurity;
use SymfonyComponentDependencyInjectionAttributeAutowire;

class ProfileStateProcessor implements ProcessorInterface
{
    public function __construct(
        #[Autowire(service: 'api_platform.doctrine.orm.state.persist_processor')]
        private ProcessorInterface $persistProcessor,
        private Security $security,
    ) {
    }

    public function process(mixed $data, Operation $operation, array $uriVariables = [], array $context = [])
    {
        assert($data instanceof Profile);

        // Get the actual profile we want to update from security
        $profile = $this->security->getUser()->getProfile();

        // Compare with $data for every possible update
        if ($data->getTimezone() != $profile->getTimezone()) {
            $profile->setTimezone($data->getTimezone());
        }
        // etc...

        return $this->persistProcessor->process($profile, $operation, $uriVariables, $context);
    }
}

Trang chủ Giới thiệu Sinh nhật bé trai Sinh nhật bé gái Tổ chức sự kiện Biểu diễn giải trí Dịch vụ khác Trang trí tiệc cưới Tổ chức khai trương Tư vấn dịch vụ Thư viện ảnh Tin tức - sự kiện Liên hệ Chú hề sinh nhật Trang trí YEAR END PARTY công ty Trang trí tất niên cuối năm Trang trí tất niên xu hướng mới nhất Trang trí sinh nhật bé trai Hải Đăng Trang trí sinh nhật bé Khánh Vân Trang trí sinh nhật Bích Ngân Trang trí sinh nhật bé Thanh Trang Thuê ông già Noel phát quà Biểu diễn xiếc khỉ Xiếc quay đĩa Dịch vụ tổ chức sự kiện 5 sao Thông tin về chúng tôi Dịch vụ sinh nhật bé trai Dịch vụ sinh nhật bé gái Sự kiện trọn gói Các tiết mục giải trí Dịch vụ bổ trợ Tiệc cưới sang trọng Dịch vụ khai trương Tư vấn tổ chức sự kiện Hình ảnh sự kiện Cập nhật tin tức Liên hệ ngay Thuê chú hề chuyên nghiệp Tiệc tất niên cho công ty Trang trí tiệc cuối năm Tiệc tất niên độc đáo Sinh nhật bé Hải Đăng Sinh nhật đáng yêu bé Khánh Vân Sinh nhật sang trọng Bích Ngân Tiệc sinh nhật bé Thanh Trang Dịch vụ ông già Noel Xiếc thú vui nhộn Biểu diễn xiếc quay đĩa Dịch vụ tổ chức tiệc uy tín Khám phá dịch vụ của chúng tôi Tiệc sinh nhật cho bé trai Trang trí tiệc cho bé gái Gói sự kiện chuyên nghiệp Chương trình giải trí hấp dẫn Dịch vụ hỗ trợ sự kiện Trang trí tiệc cưới đẹp Khởi đầu thành công với khai trương Chuyên gia tư vấn sự kiện Xem ảnh các sự kiện đẹp Tin mới về sự kiện Kết nối với đội ngũ chuyên gia Chú hề vui nhộn cho tiệc sinh nhật Ý tưởng tiệc cuối năm Tất niên độc đáo Trang trí tiệc hiện đại Tổ chức sinh nhật cho Hải Đăng Sinh nhật độc quyền Khánh Vân Phong cách tiệc Bích Ngân Trang trí tiệc bé Thanh Trang Thuê dịch vụ ông già Noel chuyên nghiệp Xem xiếc khỉ đặc sắc Xiếc quay đĩa thú vị
Trang chủ Giới thiệu Sinh nhật bé trai Sinh nhật bé gái Tổ chức sự kiện Biểu diễn giải trí Dịch vụ khác Trang trí tiệc cưới Tổ chức khai trương Tư vấn dịch vụ Thư viện ảnh Tin tức - sự kiện Liên hệ Chú hề sinh nhật Trang trí YEAR END PARTY công ty Trang trí tất niên cuối năm Trang trí tất niên xu hướng mới nhất Trang trí sinh nhật bé trai Hải Đăng Trang trí sinh nhật bé Khánh Vân Trang trí sinh nhật Bích Ngân Trang trí sinh nhật bé Thanh Trang Thuê ông già Noel phát quà Biểu diễn xiếc khỉ Xiếc quay đĩa
Thiết kế website Thiết kế website Thiết kế website Cách kháng tài khoản quảng cáo Mua bán Fanpage Facebook Dịch vụ SEO Tổ chức sinh nhật