GET api/credentials/emailsync/usernamepassword

Gets Email Sync Security Credentials Processes this credentials API request. The parameter and response sections describe the data exchanged with the API.

Request Information

URI Parameters

None.

Body Parameters

The username password credential data contract supplied with the request.

UsernamePasswordCredentialDataContract
NameDescriptionTypeAdditional information
Username

The username value.

string

None.

Password

The password value.

string

None.

Request Formats

application/x-www-form-urlencoded

Sample:

Sample not available.

application/json, text/json

Sample:
{
  "Username": "sample string 1",
  "Password": "sample string 2"
}

Response Information

Resource Description

The response returned after the operation completes.

UsernamePasswordCredentialDataContract
NameDescriptionTypeAdditional information
Username

The username value.

string

None.

Password

The password value.

string

None.

Response Formats

application/json, text/json

Sample:
{
  "Username": "sample string 1",
  "Password": "sample string 2"
}