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:
[
  "666a3be3-ed12-4b03-a55a-3d7afd205305",
  "f32026c8-5280-4ecb-bf99-bfd66cad1788"
]

text/javascript

Sample:
["666a3be3-ed12-4b03-a55a-3d7afd205305","f32026c8-5280-4ecb-bf99-bfd66cad1788"]

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>666a3be3-ed12-4b03-a55a-3d7afd205305</guid>
  <guid>f32026c8-5280-4ecb-bf99-bfd66cad1788</guid>
</ArrayOfguid>