PUT api/profile

V1 - Updates the profile for specified user.

Request Information

URI Parameters

None.

Body Parameters

UserProfile
NameDescriptionTypeAdditional information
UserID

globally unique identifier

None.

Firstname

string

None.

Lastname

string

None.

Insertion

string

None.

Email

string

None.

Street

string

None.

Housenumber

string

None.

HousenumberAddition

string

None.

Postcode

string

None.

City

string

None.

Country

string

None.

Company

string

None.

Telephone

string

None.

Newsletter

integer

None.

Points

integer

None.

IsDeleted

boolean

None.

ValidUntil

date

None.

TweetsEnabled

boolean

None.

SendExpirationReminder

boolean

None.

NewTitleEmail

boolean

None.

ReaderType

integer

None.

LastReadBookID

integer

None.

DisablePublicBookmarks

boolean

None.

ReceivePublicBookmarks

boolean

None.

ReceiveExtraContent

boolean

None.

ReceiveEducationalGroupContent

boolean

None.

LastUpdatedDate

date

None.

CreatedOn

date

None.

Request Formats

application/json, text/json, text/javascript, application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.