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": "9de52648-a122-41dc-9c8b-fef69148f668",
  "benutzername": "sample string 2",
  "emailadresse": "sample string 3",
  "passwort": "sample string 4",
  "vertragdokument_ids": [
    "139744ed-7f0c-4419-9688-8aca33af84a3",
    "5e5bb2c7-56ab-4ba7-a329-85148c023e08"
  ]
}

Response Information

Resource Description

globally unique identifier

Response Formats

application/json, text/json

Sample:
"e8eb1e15-0fb8-4f47-8012-d7fbd9c76442"