These sets of APIs will require the organization API token rather than the SCIM directory token.
Delete the user in our SCIM DB with your Atlassian Account ID (AAID). This will apply to all directories in your organization matching that AAID and only works for managed users.
You will have to completely reprovision the deleted user to their respective groups after deletion.
Tell me more about Updating managed SCIM email addresses.
string
Requiredstring
RequiredUsers deleted via Aaid
1
2
3
curl --request DELETE \
--url 'https://api.atlassian.com/admin/user-provisioning/v1/org/{orgId}/user/{AAID}/onlyDeleteUserInDB' \
--header 'Authorization: Bearer <access_token>'
Rate this page: