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

status
enum<string>

Account status. ACTIVE: the parking user can park and is billed. INACTIVE: the parking user cannot park, is not billed, and can be reactivated. CLOSED: the parking user cannot park, is not billed, and cannot be reactivated. CLOSED is not a valid target status for this endpoint. Setting status to INACTIVE immediately prevents the parking user from parking and stops billing them. Setting status back to ACTIVE immediately resumes parking and normal billing, with no back-charge for the time the parking user was INACTIVE

Available options:
ACTIVE,
INACTIVE

Response

Parking User updated successfully