I'm trying to confirm if the user has been removed from the organization from the site using the rest API:
Can you tell me how can I find out if a user has been removed from the organization?By using rest api jira?
Thanks
Delete user API: https://developer.atlassian.com/cloud/jira/platform/rest/v2/api-group-users/#api-rest-api-2-user-delete
Get user API: https://developer.atlassian.com/cloud/jira/platform/rest/v2/api-group-users/#api-rest-api-2-user-get
Hi,
When you delete an user, this user is just removed from the Jira base
Deletes a user. If the operation completes successfully then the user is removed from Jira's user base. This operation does not delete the user's Atlassian account
So i guess that when you call the get user API you're just getting data from the Atlassian account
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.