v3

latestOpenAPI 3.0.22026-08-04424560.5 KB
User V2

deleteUserV2

Delete user by user id

delete/v2/users/{id}

Path parameters

idstring required

User's unique identifier

The Id of user

Response

The deleted user

idstring required

User's unique identifier

organization_idstring required
emailstring email required
display_namestring
namestring required
preferred_languagestring required
signaturestring
custom_navigationstring nullable

Navigation unique identifier - a hash of the normalized navigation payload (name + configuration). Identical navigations across orgs will have the same ID.

rolesstring[] required

Deprecated! Please use Permissions API instead

Example response

{
  "display_name": "Example user",
  "name": "Example user",
  "preferred_language": "de",
  "signature": "<p>Thanks</p>",
  "custom_navigation": "5gbe4nkp6jsfq",
  "roles": [
    "Owner"
  ],
  "image_uri": {
    "original": "https://account-profile-images.epilot.cloud/1/avatar.png",
    "thumbnail_32": "https://account-profile-images.epilot.cloud/1/avatar_32x32.png"
  },
  "properties": [
    {
      "name": "profileImageName",
      "value": "avatar.png"
    }
  ]
}