PUT api/admin/addbenutzerbergfreunde_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": "1186b92e-b380-491d-94b4-5724cf049ff3",
  "benutzername": "sample string 2",
  "emailadresse": "sample string 3",
  "passwort": "sample string 4",
  "vertragdokument_ids": [
    "db47f9c3-d013-49b9-8244-dcdb652d0b2b",
    "a165e777-c238-4209-b3d1-29391ac2219b"
  ]
}

Response Information

Resource Description

globally unique identifier

Response Formats

application/json, text/json

Sample:
"ab909b7f-8582-48ef-9dda-1ea7c19374ba"