Waiting for engine...
Skip to main content

Boomi MFT - File Sharing API Reference (1.16) - Users

Toggle Pane

Download OpenAPI Specification: Download

Run In Postman

For more information about Postman collections, forking, and making your first API call, refer to the Working with Boomi APIs on Postman page.

List Users Service

The User Management REST Web Service provides an endpoint for retrieving a list of users on the site, with support for applying filters through querystring parameters.

List users

List users in the site with filters in querystring.

Request Query Params:

?name=<string>&email=<string>&company=<string>&roles=<int[]>&active=<bool>

Remarks

API does not return deleted users.

Authorizations:
SessionAuth
query Parameters
name
string
email
string
company
string
roles
string
active
boolean

Responses

Response Schema: application/json
Count
required
integer <int32>

Number of Items in collection

required
Array of objects (ThruPublicUserInfo)

Collection

Response samples

Content type
application/json
{
  • "Count": 4,
  • "Items": [
    • {
      }
    ]
}