v1
latestOpenAPI 3.0.02026-07-2466275257.1 KBuser
Update current user detail
Use this endpoint to modify the details of the currently logged in user on the Epsilon Retail Media platform. You can update the first name, last name, and a file ID for the user's logo.
patch/v2/current-user-detail
Request body
Example request
{
"user": {
"firstName": "Jonny",
"lastName": "Avalon",
"logoId": "logo-001"
}
}Response
The details of the user currently logged into the Epsilon Retail Media platform.
Example response
{
"user": {
"id": "user-456",
"email": "user@epsilon.com",
"namespace": "namespace-1",
"firstName": "Harry",
"lastName": "Paul",
"logoId": "52g31f9d-7b50-4519-a9b9-e5f8cf4ha321",
"teamIds": [
"team_001",
"team_002"
]
}
}