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:
[
  "53638df1-64ba-4f4a-b13a-ea7384c86e66",
  "b3da162a-4d19-415a-ae6f-907d82bb3d6c"
]

text/javascript

Sample:
["53638df1-64ba-4f4a-b13a-ea7384c86e66","b3da162a-4d19-415a-ae6f-907d82bb3d6c"]

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>53638df1-64ba-4f4a-b13a-ea7384c86e66</guid>
  <guid>b3da162a-4d19-415a-ae6f-907d82bb3d6c</guid>
</ArrayOfguid>