Login Methods REST API

Login Methods REST API

Use the Login Methods REST API to obtain a list of Informatica Managed File Transfer login methods. This API uses the GET method.
Use the following URL for the REST API call:
GET http://<hostName>:<portNumber>/informaticamft/api/v1/webusers/loginmethods
  • <hostName>
    is the host name or IP address of the Managed File Transfer server.
  • <portNumber>
    is the port number of the Managed File Transfer server. The default port for HTTP is 8000 and the default port for HTTPS is 8002, for example,
    http://myserver:8000
    or
    https://myserver:8002
    .
You can provide a request body in JSON to the REST API call. The following table describes the request body objects:
The following table describes the response body objects:
Object
Arguments
id
Specify the login method identification number.
name
User name of the login method.

Response Body Examples

The following code shows a response body:
{ "id":1001, "name":"Infa" }, { "id":1002, "name":"Infa-ISP" }, { "id":1003, "name":"Infa-LDAPS" }, { "id":101, "name":"Native" }

0 COMMENTS

We’d like to hear from you!