Editing users with the cloud REST API

I’m working on some automation, part of which should create/manage Atlassian cloud users. Already the create aspect is working, but the editing aspect does not seem to be working.

I found this User management REST API changes in JIRA Cloud | Jira | Atlassian Documentation which references an experimental PUT request for editing users, but I can no longer find this in the api docs, so is it safe to assume this is no longer a feature?

Thanks for any assistance.

Hi @anon82807204,

Methods marked as EXPERIMENTAL may change without notice. If the editing part is not working for you, then feature might have been turned off. User management via REST API are carefully implemented as they affect the pricing of an instance. Hope this helps.

Cheers,
Anne Calantog

1 Like

It clearly says on your linked page that editing users via API is not supported, was removed, and Atlassian was looking into supporting Atlassian Accounts via API.