LogoLogo
  • Introduction
  • OVERVIEW
    • About ParqEx
      • -- Marketplace
      • -- Access+
      • -- GuestParq & GuestAccess
      • -- Enforcer
    • API Requirements
    • Roles and Permissions
  • GETTING STARTED
    • Requesting an Account
    • Using RESTful Tools
    • Webhooks
  • Embedding ParqEx in Native Mobile Apps
    • Overview
    • FAQ
    • Technical Documentation
      • iOS Implementation Guide
      • Android Implementation Guide
  • THE BASICS
    • Entities
    • Best Practices
    • Testing Accounts
  • OAUTH
    • Overview
    • How to Authorize Access
      • Step 1: Generate Authorization URL
      • Step 2: Handle Authorization Response
      • Step 3: Request an Access Token
      • Step 4: Call API Endpoints
      • Step 5: Refresh the Tokens
  • API ENDPOINTS
    • Overview
    • Get User Info
    • Get User Settings
    • Get User Devices
    • Toggle Access Point
    • Invite User (internal)
    • Get Access History
Powered by GitBook
On this page

Was this helpful?

  1. OVERVIEW

Roles and Permissions

Since security is paramount, the ParqEx API employs somewhat strict account permissions for its users and developers. There are two main roles: Admin and User. An Admin has administrative privileges over that account, including:

  • Marketplace (Owner functionality): Manage listing information, availability, price, publish/unpublish listings, etc.

  • Marketplace (Renter functionality): Book parking, manage vehicle lists, manage user profiles.

  • GuestParq & GuestAccess: Manage guest lists, Transfer reservations to guests, manage access.

  • Access+: Operate any access point on their account, manage permissions, guest & vehicle information.

  • Enforcer: Manage DO NOT TOW vehicle lists, manage parking notices, update parking notice status.

A ParqEx account has only one Admin but can have unlimited users. A user has more limited permissions and is restricted to the permissions they are granted:

  • Marketplace (Renter Only): View properties, reserve and pay for parking, view orders, manage their personal profile and vehicle information.

  • GuestParq & GuestAccess: Reserve or transfer their parking to guests/visitors, Depending on their permission level they may be able to give access to certain doors.

  • Access+: Operate access points (doors, gates, garage, elevators, etc.). Avail LPR with Access+ services to gain access to parking areas.

PreviousAPI RequirementsNextRequesting an Account

Last updated 4 years ago

Was this helpful?