To create a new organization, you have two options:
Option-1: Using SQL script
insert into gv_organization values((select max(id) + 1 from gv_organization),’NAME’,’DESCRIPTION’);
Option-2: Using REST API
Submit a HTTP POST request – https:///idw-gov-application/organization
Request Payload – {“name”:”Organization”,”description”:”Organization”}
Browsing the list of existing Organizations:
Submit a HTTP GET request – https:///idw-gov-application/organizations
Creating a new user for an organization:
Login to LeapLogic application. Click Governance from the User menu.
By default, you’ll land on to Access Management. Click Users and then + to start creating a user.
Fill the mandatory details such as organization name (under Official tab) and assign roles and/or group (under access tab) to the user. Click ADD.