PUT members Id
/members/{id}Paste your JWT token here
In: header
Path Parameters
The unique identifier of the member to update.
uuidThe data transfer object containing the complete updated profile information.
The student number of the member.
The first name of the member.
0 <= length <= 60The last name of the member.
0 <= length <= 60The email address of the member.
email0 <= length <= 100The phone number of the member.
^(\+?[1-9]\d{6,14}|0[1-9]\d{8})$1 <= lengthThe street of the member.
0 <= length <= 40The house number of the member.
^[1-9][0-9]*\s?([a-zA-Z]|[a-zA-Z]{1,3}bis)?$0 <= length <= 10The postal code of the member.
0 <= length <= 10The city of the member.
0 <= length <= 40The date of birth of the member.
date-timePhone number of the member's parent or guardian, if the member is a minor.
^(\+?[1-9]\d{6,14}|0[1-9]\d{8})$The mail subscriptions of the member.
int32The notes about the member.
Defines the language preference of a member, which can be either Dutch (NL) or English (EN). This enumeration is used to indicate the preferred language for communication and content presentation for a member within the system.
int32"NL" | "EN"Indicates whether the member is granted a fee waiver.
Indicates whether the member is a "Lid van Verdienste".
Indicates whether the member is an honorary member.
Indicates whether the member is a "Begunstiger".
Indicates whether the member is suspended.
Response Body
application/json
application/json
application/json
curl -X PUT "https://loading/members/497f6eca-6276-4993-bfeb-53cbbbba6f08" \ -H "Content-Type: application/json" \ -d '{ "studentNumber": "string", "firstName": "string", "lastName": "string", "email": "user@example.com", "phoneNumber": "string", "street": "string", "houseNumber": "string", "postalCode": "string", "city": "string", "dateOfBirth": "2019-08-24T14:15:22Z", "preferredLanguage": "NL" }'{
"message": "string"
}{
"type": "string",
"title": "string",
"status": 0,
"detail": "string",
"instance": "string",
"property1": null,
"property2": null
}{
"type": "string",
"title": "string",
"status": 0,
"detail": "string",
"instance": "string",
"property1": null,
"property2": null
}