• Users
  • Groups
  • Schemas
  • Service Provider Configuration
  • Admin APIs
Cloud
User provisioning REST API / Reference / REST API

Admin APIs

Postman Collection
OpenAPI

These sets of APIs will require the organization API token rather than the SCIM directory token.

DEL

Delete user in SCIM DB

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.

Request

Path parameters

orgId

string

Required
AAID

string

Required

Responses

Users deleted via Aaid

DEL/admin/user-provisioning/v1/org/{orgId}/user/{AAID}/onlyDeleteUserInDB
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: