Parking Users
Create a Parking User
POST
Create a Parking User
Documentation Index
Fetch the complete documentation index at: https://developer.easyparkgroup.com/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
You can get the JWT from the Login endpoint.
Path Parameters
ID of the Billing Account.
Body
application/json
Must not be empty; must not be longer than 10 characters; must contain only numbers and uppercase letters
Must be a valid email address
Must be unique, must start with +, and contain only numerical digits
Response
201 - */*
Returns the ID of the created parking user
The response is of type integer<int64>.
Create a Parking User