Path: / {BASE} / users / {login} / profile

Update/Save the user profile (foaf) for the given account

Path parameters:
login - the user to modify

Resource Methods
Method Summary
NameDescription
POST /{BASE}/users/{login}/profileUpdate/Save the user profile (foaf) for the given account

Method Detail

POST /{BASE}/users/{login}/profile

Update/Save the user profile (foaf) for the given account

HTTP Example:
POST /{BASE}/users/{login}/profile
API Example:

UserManagementWebService.setUserProfile({'login': /* login the user to modify */,
  '$entity': /* formParams the user profile (foaf, without prefix) in */});

Input:
MultivaluedMap<String,String> - the user profile (foaf, without prefix) in {@value Namespaces#MIME_TYPE_FORM_URLENC}
Output:
Response - {@link org.apache.marmotta.platform.user.webservices.UserWebService.AccountPoJo} after the update in JSON
HTTP return codes:
404 - if no such user exists.
See Also:
POST /{BASE}/user/me