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:
[ "3a3beb5d-bc39-4342-b11d-4a092c743f2d", "7667637a-542c-4c96-9f71-8643ee0a050c" ]
text/javascript
Sample:
["3a3beb5d-bc39-4342-b11d-4a092c743f2d","7667637a-542c-4c96-9f71-8643ee0a050c"]
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>3a3beb5d-bc39-4342-b11d-4a092c743f2d</guid> <guid>7667637a-542c-4c96-9f71-8643ee0a050c</guid> </ArrayOfguid>