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:
[
  "10eb639d-534b-43bd-96e9-1c890a737535",
  "64b0da6d-a7ea-4594-9d51-8f65d6a95853"
]

text/javascript

Sample:
["10eb639d-534b-43bd-96e9-1c890a737535","64b0da6d-a7ea-4594-9d51-8f65d6a95853"]

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>10eb639d-534b-43bd-96e9-1c890a737535</guid>
  <guid>64b0da6d-a7ea-4594-9d51-8f65d6a95853</guid>
</ArrayOfguid>