Administrator
- Administrator
- All Products
POST https://dm-us.informaticacloud.com/ma/api/v2/user/login Content-Type: application/xml Accept: application/xml <login> <username>useremail@company.com</username> <password>mypassword</password> </login>
<?xml version="1.0" encoding="UTF-8" standalone="yes"?> <user> <id>00000B03000000000001</id> <orgId>00000B</orgId> <name>user@company.com</name> <createTime>2012-06-14T15:00:00.000Z</createTime> <updateTime>2012-06-14T15:00:00.000Z</updateTime> <createdBy>System</createdBy> <updatedBy>user@company.com</updatedBy> <firstName>Firstname</firstName> <lastName>Lastname</lastName> <title>Senior Software Engineer</title> <password>********</password> <phone>11111111111111111111</phone> <timezone>America/Los_Angeles</timezone> <serverUrl>http://example.informatica.com/saas</serverUrl> <icSessionId>IV4wOrJmd6YUtmKa8t</icSessionId> </user>
Note that Content-Type is not required because the DELETE method does not have additional attributes to pass in the request body.DELETE http://example.informatica.com/saas/api/v2/schedule/000001D0000000000001 Accept: application/xml icSessionId: IV4wOrJmd6YUtmKa8t