B2B Data Exchange
- B2B Data Exchange 10.2.1
- All Products
POST http://<hostName>:<portNumber>/informaticamft/api/v1/webusers/search
Object
| Arguments
|
---|---|
firstResult
| Specify the first result to present.
|
maxResults
| Specify the maximum number of results to present.
|
selectedSortColumn
| Select which column is used to sort the resource information.
|
sortAscending
| Sort the resources in ascending order.
|
matchAll
| Provide all the matches to the search expression when performing the search.
|
useExactMatch
| Exactly match the search expression when performing the search.
|
simpleSearchString
| Use a simple search string to perform the search.
|
simpleSearch
| Use a simple search to perform the search.
|
searchString
| Specify the search string used to perform the search.
|
webUserNames
| List of web user names to search for.
|
Object
| Arguments
|
---|---|
id
| Specify the web user identification number.
|
name
| User name of the web user.
|
firstName
| First name of the web user.
|
firstName
| Last name of the web user.
|
emailId
| The email address of the web user.
|
status
| Status of the web user.
|
organization
| Organization associated with the web user.
|
{ "firstResult":0, "maxResults":50, "selectedSortColumn":0, "sortAscending":true, "matchAll":true, "useExactMatch":false, "simpleSearchString":null, "simpleSearch":false, "searchString":null, "webUserNames":null, "markExisting":false }
[ { "id":1010, "username":"automationweb", "firstName":"1234567890123456", "lastName":"akash", "emailId":"srivastava", "status":"Enabled", "organization":"automationweb" }, { "id":1161, "username":"hostedWebUser_receive", "firstName":"hosted", "lastName":"webUser", "emailId":"hostedEndpoint@gmail.com", "status":"Enabled", "organization":"" }, { "id":1162, "username":"hostedWebUser_send", "firstName":"hosted", "lastName":"webUser", "emailId":"hostedEndpointSend@gmail.com", "status":"Enabled", "organization":"" }, { "id":1163, "username":"hostedWebUser_send_zip", "firstName":"hosted", "lastName":"webUser", "emailId":"hostedepsendzip@gmail.com", "status":"Enabled", "organization":"" }, { "id":1155, "username":"https", "firstName":"", "lastName":"", "emailId":"", "status":"Enabled", "organization":"" }, { "id":1156, "username":"new", "firstName":"", "lastName":"", "emailId":"", "status":"Enabled", "organization":"" }, { "id":1157, "username":"Test", "firstName":"", "lastName":"", "emailId":"", "status":"Enabled", "organization":"" }, { "id":1169, "username":"testWebUser", "firstName":"test", "lastName":"WebUser", "emailId":"test@informatica.com", "status":"Enabled", "organization":"Informatica" } ]