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:
[ "549de9c9-ccd9-4f35-b951-876351ac5d44", "feee985b-2d8d-494a-beb6-381c11936c4e" ]
text/javascript
Sample:
["549de9c9-ccd9-4f35-b951-876351ac5d44","feee985b-2d8d-494a-beb6-381c11936c4e"]
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>549de9c9-ccd9-4f35-b951-876351ac5d44</guid> <guid>feee985b-2d8d-494a-beb6-381c11936c4e</guid> </ArrayOfguid>