Hi!
I'm currently working on deleting/deactivating users using API.
business domain: sampletest.com
sample scenario:
email sample: name.last@sampletest.com
created this sample user in postman, the status is under "invited"
when I call a delete function on API (postman) it does remove the user data and tags the user as "deactivate".
above scenario should be the expected behavior.
However, when I add another user with a different domain extension the status is still under "invited" after I make a delete call.
sample scenario:
email sample: test.name@gmail.com
Postman check if the user does exist
Deleting user using Postman
on atlassian UI the status is still "invited"
Expected: the user status should be " deactivate" and the account should be grayed out.
does anyone encounter or have any workaround on this one?
Thank you!
Im using
DELETE /scim/directory/{directoryId}/Users/{userId}
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.