We can see the list of builders in a Boomi Flow tenant using the API tool. To do this, we will open the API tab, and make a GET request that gets the list of builders.
Let’s take a look at the steps involved:
- Click LOG IN to login to the Boomi Flow Drawing Tool.
- Click API.
This opens the API tab. - Copy-paste api/admin/1/users/ as the endpoint.
- Click GET.
This lists all the builders in the tenant.
Pssst… Check out the Flow API documentation here.