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:
[ "78a60542-76db-42ba-8514-507239eed719", "2c1b17b6-c8cc-468b-9913-b5b258060e4f" ]
text/javascript
Sample:
["78a60542-76db-42ba-8514-507239eed719","2c1b17b6-c8cc-468b-9913-b5b258060e4f"]
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>78a60542-76db-42ba-8514-507239eed719</guid> <guid>2c1b17b6-c8cc-468b-9913-b5b258060e4f</guid> </ArrayOfguid>