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:
[
  "7ecd1610-0f9c-407b-a672-bf328188d2d5",
  "0983739f-3bbf-420c-966c-19e9bfa2b2d9"
]

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>7ecd1610-0f9c-407b-a672-bf328188d2d5</guid>
  <guid>0983739f-3bbf-420c-966c-19e9bfa2b2d9</guid>
</ArrayOfguid>

application/x-www-form-urlencoded

Sample:

Sample not available.

text/html

Sample:
["7ecd1610-0f9c-407b-a672-bf328188d2d5","0983739f-3bbf-420c-966c-19e9bfa2b2d9"]

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

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

Sample:

Sample not available.