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}
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.