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:
[
  "6265dd9a-406a-4945-b445-8abb4d9047c0",
  "38d2e128-b4bf-4b3a-a424-87194493af21"
]

text/javascript

Sample:
["6265dd9a-406a-4945-b445-8abb4d9047c0","38d2e128-b4bf-4b3a-a424-87194493af21"]

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>6265dd9a-406a-4945-b445-8abb4d9047c0</guid>
  <guid>38d2e128-b4bf-4b3a-a424-87194493af21</guid>
</ArrayOfguid>