latestSwagger 2.02026-08-20196638916.1 KB
23d8982b533d
General.User
Update user
Updates certain user modifiable properties of a user. Please refer to the body schema to see which properties are modifiable by the user.
patch/api/v1/user
Request body
Example request
{
"externalUserId": "2d3bd65493b549e1927d97a2d0683ab8",
"profile": {
"locale": "sv_SE",
"periodAdjustedDay": 25,
"periodMode": "MONTHLY_ADJUSTED"
}
}Response
successful operation
Example response
{
"appId": "56a33be25eb9443fbb696f7c61eabd94",
"created": "1730116104",
"externalUserId": "2d3bd65493b549e1927d97a2d0683ab8",
"flags": [
"TRANSFERS",
"TEST_PINK_ONBOARDING"
],
"id": "6e68cc6287704273984567b3300c5822",
"nationalId": "198410045701",
"profile": {
"currency": "SEK",
"locale": "sv_SE",
"market": "SE",
"periodAdjustedDay": 25,
"periodMode": "MONTHLY_ADJUSTED",
"timeZone": "Europe/Stockholm"
},
"username": "tinker@example.com"
}