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.
description: "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."
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.
For accessing the API a valid JWT jwt must be passed in all queries in the 'Authorization' header. The following syntax must be used in the 'Authorization' header. (Bearer xxx.yyy.zzz)
The details of the user currently logged into the Epsilon Retail Media platform.
There was a problem with input.
Login failed or token not valid.
Login failed or token not valid.
User for specified id does not exist.
An unexpected error response.
PATCH /v2/current-user-detail HTTP/1.1
Host: auth.<env>.citrusad.com
Authorization: YOUR_API_KEY
Content-Type: application/json
Accept: */*
Content-Length: 70
{
"user": {
"firstName": "Jonny",
"lastName": "Avalon",
"logoId": "logo-001"
}
}{
"user": {
"email": "user@epsilon.com",
"firstName": "Harry",
"id": "user-456",
"lastName": "Paul",
"logoId": "52g31f9d-7b50-4519-a9b9-e5f8cf4ha321",
"namespace": "namespace-1",
"receivedInvitation": {
"ANY_ADDITIONAL_PROPERTY": {
"accepted": "false",
"inviteToken": "29b31f9d-7b50-4519-a9b9-e5f8cf4ha155",
"inviteeEmail": "example@epsilon.com",
"inviterEmail": "example@epsilon.com",
"teamId": "58dd34b1-473e-4090-ac3c-a64f9147c0gt",
"teamName": "team-01"
}
},
"teamIds": [
"team_001",
"team_002"
]
}
}
