/
/Anchore Engine API Server
DocsSign in
Sign in
  • APIs
  • Generators
  • Stacks
  • Projects
  • Docs
  • History
  • Schema
Checked 1h ago · Updated 2mo ago
Archives9
Events5
Identity4
Images25
Import1
Imports14
Policies5
Query3
Registries5
Repository Credentials1
Subscriptions5
Summaries1
System15
User Management12
  • getList user summaries. Only available to the system admin user.
  • postCreate a new user. Only avaialble to admin user.
  • getGet info about an user. Only available to admin user. Uses the main user Id, not a username.
  • deleteDelete the specified account, only allowed if the account is in the disabled state. All users will be deleted along with the account and all resources will be garbage collected
  • putUpdate the state of an account to either enabled or disabled. For deletion use the DELETE route
  • getList accounts for the user
  • postCreate a new user
  • getGet a specific user in the specified account
  • deleteDelete a specific user credential by username of the credential. Cannot be the credential used to authenticate the request.
  • getGet current credential summary
  • postadd/replace credential
  • deleteDelete a credential by type
  • get/
  • get/health
  • get/version
  • getReturn a list of analyzer artifacts of the specified type
  • getReturn a list of analyzer artifacts of the specified type
  • getReturn a list of analyzer artifacts of the specified type
  • post/oauth/token
User Management

Delete the specified account, only allowed if the account is in the disabled state. All users will be deleted along with the account and all resources will be garbage collected

delete/accounts/{accountname}

Path parameters

accountnamestring required

Response

Successful deletion

Changes