profiles
Update public profile
Updates the fields of the user's public profile.
put/account/profile
Query parameters
user_idinteger
User ID
institution_user_idstring
Institutional user ID
Request body
Example request
{
"first_name": "John",
"last_name": "Doe",
"orcid": "0000-0001-YYYY-XXXX",
"job_title": "Researcher at institution X",
"fields_of_interest": [
1,
2
],
"fields_of_interest_by_source_id": [
"3204",
"320401"
],
"location": "London, UK",
"facebook": "https://facebook.com/profile/1",
"x": "https://x.com/profile/1",
"linkedin": "https://linkedin.com/profile/2",
"bio": "Biographical information",
"personal_profiles": [
{
"label": "ResearchGate",
"url": "https://researchgate.net/profile/1"
},
{
"label": "",
"url": "https://academia.edu/profile/1"
}
]
}Response
OK
object required
Example response
{
"code": 200,
"message": "OK"
}