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:
[ "c382c37e-ed2b-4ae9-8108-d21314253f11", "74ff969d-cbbc-494b-90de-7942ca3b8f2e" ]
text/javascript
Sample:
["c382c37e-ed2b-4ae9-8108-d21314253f11","74ff969d-cbbc-494b-90de-7942ca3b8f2e"]
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>c382c37e-ed2b-4ae9-8108-d21314253f11</guid> <guid>74ff969d-cbbc-494b-90de-7942ca3b8f2e</guid> </ArrayOfguid>