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:
[
  "58600b7f-19a3-4f43-a58f-1f24fe5e26aa",
  "682afb08-ae7f-49ad-a444-6c0c9b9b1109"
]

text/javascript

Sample:
["58600b7f-19a3-4f43-a58f-1f24fe5e26aa","682afb08-ae7f-49ad-a444-6c0c9b9b1109"]

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>58600b7f-19a3-4f43-a58f-1f24fe5e26aa</guid>
  <guid>682afb08-ae7f-49ad-a444-6c0c9b9b1109</guid>
</ArrayOfguid>