Create a user endpoint

Hi everyone!

I would like to use the REST API to create a user in Atlassian. The only solution I have found so far is to create the user using the Jira REST API.

Is there a way to achieve this using an API that is not tied to a specific product? I am looking for a general Atlassian endpoint, something like api.atlassian.com/users, that allows user creation at the organization level.

Any guidance would be greatly appreciated!

Thanks in advance!

I would like to expand my question:

The documentation for the “POST Create user” endpoint in Jira Cloud REST API v3 states:
“This resource is retained for legacy compatibility. As soon as a more suitable alternative is available, this resource will be deprecated.”

Is there any non-experimental, stable, or officially recommended endpoint that I can use instead?

Here is the reference: Jira Cloud REST API v3 - Create User