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:
[
  "94ea4343-ad36-4c5e-8e0a-1661b577ddc4",
  "df8fdc74-fab9-4d20-b669-4d75f3343c26"
]

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>94ea4343-ad36-4c5e-8e0a-1661b577ddc4</guid>
  <guid>df8fdc74-fab9-4d20-b669-4d75f3343c26</guid>
</ArrayOfguid>

application/x-www-form-urlencoded

Sample:

Sample not available.

text/html

Sample:
["94ea4343-ad36-4c5e-8e0a-1661b577ddc4","df8fdc74-fab9-4d20-b669-4d75f3343c26"]

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

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

Sample:

Sample not available.