Dokumentacja API
Utwórz lub zaktualizuj profil użytkownika
PUT
/api/v1/users/{user}/profile
Test endpointu
Token Bearer
ID użytkownika
Body JSON
{ "department_id": 1, "position_id": 2, "first_name": "Jan", "last_name": "Kowalski", "phone": "+48 123 123 123", "bio": "Profil użytkownika", "is_active": true }
Wyślij request
Response