I create users through the REST API v3.
I understand the displayName parameter is no longer available, as stated in the documentation. That's why I rely on the v1 REST API to update the displayName.
It used to work until the 15th of January, approximately.
Now I get 403 HTTP errors with the following message :
{"key":"forbidden.fieldMutation","context":{"name":{"allowed":false,"reason":{"key":"managedAccount"}}},"errorKey":"forbidden.field-mutation","errorDetail":{"name":{"allowed":false,"reason":{"key":"managedAccount"}}}}
I am able to rename the users manually via the user management menu, as you can see below
Is it possible to rename a user account (display name) via api v3 or v2? Have there been any recent changes?
Thank you,
Community moderators have prevented the ability to post new answers.
@SysAdmin Welcome to the Atlassian community
V1 is no longer available and I am not aware of a way to do it in V2 or V3.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.