Christos Melas
08/16/2024, 12:44 PMlogin
property?
I noticed that when trying to update a user's email
calling the following endpoint
PUT /gdc/account/profile/{profileId}
(https://help.gooddata.com/doc/free/en/expand-your-gooddata-platform/api-reference/#operation/updateUserProfile)
it doesn't update the user's login
property. When I tried to also include the login
property inside the accountSettings
I got 400 {"wrongProfileUpdate":{"loginChange":1}}
.Francisco Antunes
08/16/2024, 12:48 PMlogin (string in the format of an email address) is the user login. Once created, this property cannot be updated.So the only way to change the login object would be to delete the user and then recreate them with the correct login.
Christos Melas
08/16/2024, 12:49 PM