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:
[
  "2df183c2-3a4a-4d16-aaee-3b006ed99ef7",
  "aed8c609-31de-4fba-8fef-0426840723ac"
]

text/javascript

Sample:
["2df183c2-3a4a-4d16-aaee-3b006ed99ef7","aed8c609-31de-4fba-8fef-0426840723ac"]

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>2df183c2-3a4a-4d16-aaee-3b006ed99ef7</guid>
  <guid>aed8c609-31de-4fba-8fef-0426840723ac</guid>
</ArrayOfguid>