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
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.