POST account/sharing/email-check
Queries if a given sharing login exists.
Request Information
URI
https://ofd-api.blueprintcpq.net/account/sharing/email-check
URI Parameters
None.
Body Parameters
Change password options.
SharingLoginCheckEmailName | Description | Type | Additional information |
---|---|---|---|
string |
None. |
Request Formats
application/json, text/json
Sample:
{ "Email": "sample string 1" }
text/html
Sample:
{"Email":"sample string 1"}
application/xml, text/xml
Sample:
<SharingLoginCheckEmail xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Shared.Models.Authentication.Sharing"> <Email>sample string 1</Email> </SharingLoginCheckEmail>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
A Task<bool>
booleanResponse Formats
application/json, text/json, text/html
Sample:
true
application/xml, text/xml
Sample:
<boolean xmlns="http://schemas.microsoft.com/2003/10/Serialization/">true</boolean>