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 identifierResponse Formats
application/json, text/json
Sample:
[ "b44bbc81-f522-4f1c-9f47-86ab3bb6ed16", "8e98eeb2-a6fa-4b61-b721-51d6fa681182" ]
text/javascript
Sample:
["b44bbc81-f522-4f1c-9f47-86ab3bb6ed16","8e98eeb2-a6fa-4b61-b721-51d6fa681182"]
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>b44bbc81-f522-4f1c-9f47-86ab3bb6ed16</guid> <guid>8e98eeb2-a6fa-4b61-b721-51d6fa681182</guid> </ArrayOfguid>