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:
[
  "2b415f90-79e4-49bc-a1af-357dd5d4503e",
  "141864d4-7537-4e8e-b8c0-8f55c6976dc1"
]

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>2b415f90-79e4-49bc-a1af-357dd5d4503e</guid>
  <guid>141864d4-7537-4e8e-b8c0-8f55c6976dc1</guid>
</ArrayOfguid>

application/x-www-form-urlencoded

Sample:

Sample not available.

text/html

Sample:
["2b415f90-79e4-49bc-a1af-357dd5d4503e","141864d4-7537-4e8e-b8c0-8f55c6976dc1"]

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

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

Sample:

Sample not available.