Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Table of Contents
excludeRelated Articles

Deleting own account permanently

You can delete your profile permanently from orbita by navigating to the profile options (click your name on the top right corner of the Experience Manager home screen)

...

In the INFO tab, select the DELETE ACCOUNT button.

...

Click OK when prompted with a confirmation dialog.

...

Give your login details as the final confirmation and click DELETE.

...

Your profile is now successfully deleted from the environment.

Deleting users using API

As an admin user, you can delete a user permanently from Orbita using the APIs.

Note

For advanced users only.

...

Prerequisites

  1. Postman application

  2. Admin login credentials to the environment

  3. Familiarity using APIs. Refer,How do I use Rest APIs?.

Steps to follow

Log in as Admin user

  1. Use the login API (Method: POST) to login to the environment https://<domain>.orbita.cloud:8443/api/login.

  2. In the Headers tab, add the Key as Content-Type and the Value as application/json.

  3. In the Body tab, use the admin’s username and password and click “Send”.

    Code Block
    {
                "username":"example@orbita.com",
                "password":"Password@123"
    }
  4. You will receive a token in the response body.

  5. Copy the token for later use. Best way is to add the token to the environment variables.

...

  1. Use the Delete API (Method: DELETE) to delete the user https://<domain>.orbita.cloud:8443/api/users/<userid>?force=<true/false>.
    For hard delete - force=true.
    For soft delete - force=false.

  2. In the Headers tab, add the Key as Content-Type and the Value as application/json.
    Add another Key as Authorization and set the Value as Bearer <token>

  3. You will get an empty body in the response with code 204.

You have successfully hard deleted the user.

Sample Postman Collection

Attachments
previewfalse
uploadfalse
oldfalse
patterns.*json

Related Articles

Filter by label (Content by label)
showLabelsfalse
max5
spacescom.atlassian.confluence.content.render.xhtml.model.resource.identifiers.SpaceResourceIdentifier@130ff
sortmodified
showSpacefalse
reversetrue
typepage
cqllabel = "api" and type = "page" and space = "OCS"
labelsapi