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:
[
  "ffcec96f-160d-4e67-b071-d14788632e65",
  "75592099-4e00-4395-adf5-66f7a6a1a64b"
]

text/javascript

Sample:
["ffcec96f-160d-4e67-b071-d14788632e65","75592099-4e00-4395-adf5-66f7a6a1a64b"]

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>ffcec96f-160d-4e67-b071-d14788632e65</guid>
  <guid>75592099-4e00-4395-adf5-66f7a6a1a64b</guid>
</ArrayOfguid>