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:
[ "0cae832f-a541-47bd-93df-3c3a5fdbaa07", "fafee9ef-51c2-4e73-9ae4-9a7c20213414" ]
text/javascript
Sample:
["0cae832f-a541-47bd-93df-3c3a5fdbaa07","fafee9ef-51c2-4e73-9ae4-9a7c20213414"]
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>0cae832f-a541-47bd-93df-3c3a5fdbaa07</guid> <guid>fafee9ef-51c2-4e73-9ae4-9a7c20213414</guid> </ArrayOfguid>