POST api/admins/saveme

Request Information

URI Parameters

None.

Body Parameters

UserDto
NameDescriptionTypeAdditional information
Id

globally unique identifier

None.

UserId

string

None.

LastLoggedIn

date

None.

FailAttempts

integer

None.

Level

integer

None.

IsReceivingMaintenanceMail

boolean

None.

IsReceivingDailyMail

boolean

None.

IsReceivingWeeklyMail

boolean

None.

IsReceivingMonthlyMail

boolean

None.

IsReceivingOrderCopies

boolean

None.

IsReceivingContactFormCopies

boolean

None.

Roles

Collection of RoleDto

None.

PersonId

globally unique identifier

None.

LicenseKey

globally unique identifier

None.

Request Formats

application/json, text/json

Sample:
{
  "id": "05b6a152-2535-41bb-90a5-502f5de8d15c",
  "userId": "sample string 2",
  "lastLoggedIn": "2025-12-30T23:39:45.6518362+01:00",
  "failAttempts": 4,
  "level": 5,
  "isReceivingMaintenanceMail": true,
  "isReceivingDailyMail": true,
  "isReceivingWeeklyMail": true,
  "isReceivingMonthlyMail": true,
  "isReceivingOrderCopies": true,
  "isReceivingContactFormCopies": true,
  "roles": [
    {
      "selected": true,
      "name": "sample string 2",
      "value": 3
    },
    {
      "selected": true,
      "name": "sample string 2",
      "value": 3
    }
  ],
  "personId": "5953af6f-a7a0-42af-b325-758d69bd01d4",
  "licenseKey": "787bfd8e-466d-49c0-ac52-27995f6399ec"
}

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.