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:
[
  "318f8866-98b1-4d8a-ae80-987838f1be7c",
  "af310e12-32b0-4e9e-b99b-e62d04790f9c"
]

text/javascript

Sample:
["318f8866-98b1-4d8a-ae80-987838f1be7c","af310e12-32b0-4e9e-b99b-e62d04790f9c"]

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>318f8866-98b1-4d8a-ae80-987838f1be7c</guid>
  <guid>af310e12-32b0-4e9e-b99b-e62d04790f9c</guid>
</ArrayOfguid>