Users
Create user
Creates a user. This resource is retained for legacy compatibility. As soon as a more suitable alternative is available this resource will be deprecated.
Note: This API does not support Forge apps.
If the user exists and has access to Jira, the operation returns a 201 status. If the user exists but does not have access to Jira & no new jira-products are requested, the operation returns a 400 status.
Permissions required: Administer Jira global permission. The caller has to be an organization admin.
post/rest/api/2/user
Request body
Response
Returned if the user already exists and already has the requested Jira product access.
Changes
Changed in 1 of the 15 revisions of this API.1
- ○
added the success response with the status
200response-success-status-added
- ○