GET api/profile/children

V2 - Gets the userprofile for the currently logged in user.

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

Collection of globally unique identifier

Response Formats

application/json, text/json

Sample:
[
  "3a2783d9-7c22-4088-8b7f-26bca1dd2f13",
  "b6fdd1ba-bdac-48ac-9963-8ed5ebabc2b7"
]

text/javascript

Sample:
["3a2783d9-7c22-4088-8b7f-26bca1dd2f13","b6fdd1ba-bdac-48ac-9963-8ed5ebabc2b7"]

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>3a2783d9-7c22-4088-8b7f-26bca1dd2f13</guid>
  <guid>b6fdd1ba-bdac-48ac-9963-8ed5ebabc2b7</guid>
</ArrayOfguid>