cURL
curl --request GET \ --url https://partner.staging.ezprk.dev/billing-accounts/{baId}/parking-users \ --header 'Authorization: Bearer <token>'
{ "firstElementIndex": 123, "elementsInPage": 123, "elementsTotal": 123, "parkingUsers": [ { "id": 123, "firstName": "<string>", "lastName": "<string>", "phoneNumber": "<string>", "email": "<string>", "costCenter": "<string>", "accountStatus": "<string>" } ] }
You can get the JWT from the Login endpoint.
ID of the Billing Account.
Number of a page.
0 <= x <= 10000
Number of elements on a single page.
1 <= x <= 10000
OK
Show child attributes