Skip to main content
PATCH
Update a Parking User

Authorizations

Authorization
string
header
required

You can get the JWT from the Login endpoint

Path Parameters

baId
integer<int64>
required

Billing account ID

puId
integer<int64>
required

Parking user ID

Body

application/json

Request body to update a Parking User. All fields are optional; an omitted or blank field leaves the existing value unchanged. Fields cannot be cleared through this endpoint.

firstName
string
lastName
string
email
string<email>

Valid email address

phoneNumber
string

Starts with + followed by digits only

Pattern: ^\+\d{7,15}$
costCenter
string

Cost center associated with the Parking User

city
string

City for the delivery address

street
string

Street for the delivery address

postalCode
string

Postal code for the delivery address

co
string

c/o, stands for "care of", used when the mail needs to go through an intermediary person/entity

Response

Parking User updated successfully