PATCH api/UserProfile/{id}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

string

Required

Body Parameters

DeltaOfUserProfile
NameDescriptionTypeAdditional information
EntityType

Type

None.

ExpectedClrType

Type

None.

Request Formats

application/json, text/json

Sample:
{
  "receiveUpdates": false,
  "acceptedEula": false,
  "userId": null,
  "iosVersion": null,
  "androidVersion": null,
  "user": null,
  "userProfileUserGroups": null,
  "id": null,
  "version": null,
  "createdAt": null,
  "updatedAt": null,
  "deleted": false
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

UserProfile
NameDescriptionTypeAdditional information
ReceiveUpdates

boolean

None.

AcceptedEula

boolean

None.

UserId

string

Required

IosVersion

string

String length: inclusive between 0 and 100

AndroidVersion

string

String length: inclusive between 0 and 100

UserProfileUserGroups

Collection of UserProfileUserGroup

None.

Id

string

None.

Version

Collection of byte

None.

CreatedAt

date

None.

UpdatedAt

date

Required

Deleted

boolean

None.

Response Formats

application/json

Sample:

Sample not available.

text/json

Sample:

Sample not available.