GET _vti_bin/DelveApi.ashx/{version}/people/{userName}/profile/settings
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
version | integer |
Required |
|
userName | string |
Required |
Body Parameters
None.
Response Information
Resource Description
ProfileSettingsName | Description | Type | Additional information |
---|---|---|---|
BackgroundPhotoType | string |
None. |
|
BackgroundPhotoOffsetX | integer |
None. |
|
BackgroundPhotoOffsetY | integer |
None. |
Response Formats
application/json, text/json
Sample:
{ "BackgroundPhotoType": "sample string 1", "BackgroundPhotoOffsetX": 2, "BackgroundPhotoOffsetY": 3 }
application/xml, text/xml
Sample:
<ProfileSettings xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Microsoft.Office.Server.Search.DelveApi.DataModel"> <BackgroundPhotoOffsetX>2</BackgroundPhotoOffsetX> <BackgroundPhotoOffsetY>3</BackgroundPhotoOffsetY> <BackgroundPhotoType>sample string 1</BackgroundPhotoType> </ProfileSettings>