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:
[ "919647bd-4b15-4a87-bb59-2a58b5072c2d", "3e24b240-0cf6-40a0-9b10-0d42da9fcdc8" ]
text/javascript
Sample:
["919647bd-4b15-4a87-bb59-2a58b5072c2d","3e24b240-0cf6-40a0-9b10-0d42da9fcdc8"]
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>919647bd-4b15-4a87-bb59-2a58b5072c2d</guid> <guid>3e24b240-0cf6-40a0-9b10-0d42da9fcdc8</guid> </ArrayOfguid>