POST api/Workflows/Actions/Email/GetUserDetails

Request Information

URI Parameters

None.

Body Parameters

Collection of globally unique identifier

Request Formats

application/json, text/json

Sample:
[
  "cf8663b1-5823-47f0-80f0-9f4226621eb7",
  "c41c39ae-4e2f-4cef-bcce-756a5dd113fa"
]

application/xml, text/xml

Sample:
<ArrayOfguid xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
  <guid>cf8663b1-5823-47f0-80f0-9f4226621eb7</guid>
  <guid>c41c39ae-4e2f-4cef-bcce-756a5dd113fa</guid>
</ArrayOfguid>

application/x-www-form-urlencoded

Sample:

Sample not available.

text/html

Sample:
["cf8663b1-5823-47f0-80f0-9f4226621eb7","c41c39ae-4e2f-4cef-bcce-756a5dd113fa"]

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml, text/html

Sample:

Sample not available.