GET api/profile/{userID}

V1 - Gets the userprofile for the selected user.

Request Information

URI Parameters

NameDescriptionTypeAdditional information
userID

The ID for the user

globally unique identifier

Required

Body Parameters

None.

Response Information

Resource Description

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.

Response Formats

application/json, text/json, text/javascript

Sample:

Sample not available.