Izenda BI Logo
4.0

Contents:

  • Introduction
  • Installation and Maintenance Guide
  • Administrator Guide
  • User Guide
  • Developer Guide
    • Interacting with the Izenda API
      • Full API List
      • Basic API Client Code Samples
      • Intermediate API Client Code Samples
        • ReactJS to manage data sources and data source fields
        • JavaScript Manage UI Components, Libraries and Unit Tests
        • Building Report
        • Data, Tenant, and Role Configuration
        • Adding User
    • Embedding Izenda
    • Export Micro Service
    • Configuring Natural Language Query
    • Customizing Your Izenda Instance
    • Redistributing the Izenda Documentation
  • System Reference
  • Frequently Asked Questions
  • Glossary
  • Release Notes
  • Acknowledgements
  • 6 Series Documentation
Izenda BI
  • »
  • Developer Guide »
  • Intermediate API Client Code Samples »
  • Adding User
  • View page source

Adding User¶

Adding User in Standalone Mode¶

  • Add Internal User
    • Empty UserDetail object
    • Populate UserDetail object
    • Call POST user API
    • Generate a password link for the user
    • Save the password and security questions for user

Adding User in Integrated Modes¶

  • Add External User
    • Empty UserDetail object
    • Populate UserDetail object
    • Call API endpoint to add or update user
Next Previous

© Copyright 2021, Izenda.

Built with Sphinx using a theme provided by Read the Docs.