PUT api/admin/addbenutzerwebsite_bestehendeperson

Legt einen neuen Website-Benutzer ausgehend von einer bestehenden Person an.

Request Information

URI Parameters

None.

Body Parameters

DSGVOBestehendePerson
NameDescriptionTypeAdditional information
mgd_id

globally unique identifier

None.

benutzername

string

None.

emailadresse

string

None.

passwort

string

None.

vertragdokument_ids

Collection of globally unique identifier

None.

Request Formats

application/json, text/json

Sample:
{
  "mgd_id": "0bbfea4c-288d-4449-a4f5-6f89e487a921",
  "benutzername": "sample string 2",
  "emailadresse": "sample string 3",
  "passwort": "sample string 4",
  "vertragdokument_ids": [
    "51f56a8b-5d78-4e34-8aba-9baaecb885bf",
    "5f38c02f-da0d-4533-8818-cced860df008"
  ]
}

Response Information

Resource Description

globally unique identifier

Response Formats

application/json, text/json

Sample:
"36a4353f-37eb-48ec-a382-15ed0b35ce22"