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:
[
  "90b7a88c-2e35-47cf-addf-db8f2bd90eb2",
  "6ac79811-aa74-49d2-ad9d-7c9d4dc28c90"
]

text/javascript

Sample:
["90b7a88c-2e35-47cf-addf-db8f2bd90eb2","6ac79811-aa74-49d2-ad9d-7c9d4dc28c90"]

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>90b7a88c-2e35-47cf-addf-db8f2bd90eb2</guid>
  <guid>6ac79811-aa74-49d2-ad9d-7c9d4dc28c90</guid>
</ArrayOfguid>