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:
[ "88ad49a2-75d2-4ef6-8503-c74dc7b64bd0", "64895875-cb4b-4918-915b-b54355cbefde" ]
text/javascript
Sample:
["88ad49a2-75d2-4ef6-8503-c74dc7b64bd0","64895875-cb4b-4918-915b-b54355cbefde"]
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>88ad49a2-75d2-4ef6-8503-c74dc7b64bd0</guid> <guid>64895875-cb4b-4918-915b-b54355cbefde</guid> </ArrayOfguid>