POST api/ids/smsuser/changePassword
Request Information
URI Parameters
None.
Body Parameters
UniversalUserDTO| Name | Description | Type | Additional information |
|---|---|---|---|
| UserId | globally unique identifier |
None. |
|
| UserName | string |
None. |
|
| EmailAddress | string |
None. |
|
| Password | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"UserId": "8a46c2d3-54a5-4222-9f53-84e1d94b4093",
"UserName": "sample string 2",
"EmailAddress": "sample string 3",
"Password": "sample string 4"
}
application/xml, text/xml
Sample:
<UniversalUserDTO xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/PartnersDTO.IDS"> <EmailAddress>sample string 3</EmailAddress> <Password>sample string 4</Password> <UserId>8a46c2d3-54a5-4222-9f53-84e1d94b4093</UserId> <UserName>sample string 2</UserName> </UniversalUserDTO>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.