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:
[ "a7a14c7b-15a4-4d29-be37-40be6ff873d2", "eb2c024a-90e6-4d08-a085-f99e0091f4ab" ]
text/javascript
Sample:
["a7a14c7b-15a4-4d29-be37-40be6ff873d2","eb2c024a-90e6-4d08-a085-f99e0091f4ab"]
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>a7a14c7b-15a4-4d29-be37-40be6ff873d2</guid> <guid>eb2c024a-90e6-4d08-a085-f99e0091f4ab</guid> </ArrayOfguid>