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:
[
  "63f96bf3-5093-4e2e-899f-e164d58bed20",
  "504c683f-8969-44b7-8334-65f74f7936d7"
]

text/javascript

Sample:
["63f96bf3-5093-4e2e-899f-e164d58bed20","504c683f-8969-44b7-8334-65f74f7936d7"]

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>63f96bf3-5093-4e2e-899f-e164d58bed20</guid>
  <guid>504c683f-8969-44b7-8334-65f74f7936d7</guid>
</ArrayOfguid>