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:
[ "ade19555-8720-4a9f-a408-e928bdcec35b", "8bafe8ee-bb46-417d-9e1d-6d24f267468e" ]
text/javascript
Sample:
["ade19555-8720-4a9f-a408-e928bdcec35b","8bafe8ee-bb46-417d-9e1d-6d24f267468e"]
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>ade19555-8720-4a9f-a408-e928bdcec35b</guid> <guid>8bafe8ee-bb46-417d-9e1d-6d24f267468e</guid> </ArrayOfguid>