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:
[
  "1dd86953-fe7b-423e-89e8-6d3601062eb6",
  "5a4a2301-9ff3-40f1-94be-c5885094bdf9"
]

text/javascript

Sample:
["1dd86953-fe7b-423e-89e8-6d3601062eb6","5a4a2301-9ff3-40f1-94be-c5885094bdf9"]

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>1dd86953-fe7b-423e-89e8-6d3601062eb6</guid>
  <guid>5a4a2301-9ff3-40f1-94be-c5885094bdf9</guid>
</ArrayOfguid>