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:
[ "63502a8b-096f-49f9-9c8e-bb262343d33a", "f45b4e24-24ce-4324-9026-96ca157d3c4f" ]
text/javascript
Sample:
["63502a8b-096f-49f9-9c8e-bb262343d33a","f45b4e24-24ce-4324-9026-96ca157d3c4f"]
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>63502a8b-096f-49f9-9c8e-bb262343d33a</guid> <guid>f45b4e24-24ce-4324-9026-96ca157d3c4f</guid> </ArrayOfguid>