/
/IsardVDI API
DocsSign in
Sign in
  • APIs
  • Generators
  • Stacks
  • Projects
  • Docs
  • History
  • Schema
Checked 14h ago · Updated 1mo ago
  • getList all the available categories for the user to login
  • getList all the available categories for the user to login
  • getGet the configuration for the login page
  • getGet the configuration for the login page for a specific category
  • getGet the user data
  • getGet items from the user that would be migrated
  • postMigrate the user items automatically
  • postRegister a new user
  • getCheck if maintenance is enabled globally or the user's category
  • getCheck if maintenance is enabled globally
  • getList the custom maintenance text
  • getGet the displays of the notifications for the user
  • getGet the notifications for the user

Get the user data

get/api/v3/user

Response

namestring required
provider'local' | 'ldap' | 'saml' | 'google' | 'external'
role'admin' | 'manager' | 'advanced' | 'user' required
role_namestring required
category_namestring required
group_namestring required

Changes