I am searching for a way to create and deactivate Atlassian users using Rest APIs. I have already come across Cloud Admin REST APIs. They require Atlassian Access paid subscription and a lot of setup changes which we currently don't want to change.
I am currently using Jira Cloud Platform APIs The Jira Cloud platform REST API (atlassian.com). The create user and delete user requests in this documentation are shown as experimental. And there seems to be no way to assign product roles to users while creating users with these APIs. And the users can only be deleted, not deactivated.
Please suggest if there is any other way to create and deactivate Atlassian users using REST API