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:
[ "a42ba216-ca9b-42c4-bbe4-4dc822d82806", "d610bed9-a0fd-4e03-91f9-ac494a6d56e1" ]
text/javascript
Sample:
["a42ba216-ca9b-42c4-bbe4-4dc822d82806","d610bed9-a0fd-4e03-91f9-ac494a6d56e1"]
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>a42ba216-ca9b-42c4-bbe4-4dc822d82806</guid> <guid>d610bed9-a0fd-4e03-91f9-ac494a6d56e1</guid> </ArrayOfguid>