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:
[ "b456dd54-0982-4856-801c-d2b6966c999d", "48ed0d5c-3925-467f-895d-f46458e32d9d" ]
text/javascript
Sample:
["b456dd54-0982-4856-801c-d2b6966c999d","48ed0d5c-3925-467f-895d-f46458e32d9d"]
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>b456dd54-0982-4856-801c-d2b6966c999d</guid> <guid>48ed0d5c-3925-467f-895d-f46458e32d9d</guid> </ArrayOfguid>