Retrieve a list of all the Guest Pass users

Purpose: Use this API to list all the users of the Guest Pass membership program.

You must specify guest_id to fetch the list of the guest pass users.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…

Response Details

NameTypeDescription
guestpassobjectObject containing the details of the Guest Pass users.

guestpass Object

NameTypeDescription
userobjectObject containing the details of the Guest Pass users.

user Object

NameTypeDescription
codeidUnique code of the guest.
instrument_idguidUnique identifier of the item.
instrument_typestringType of the liability item. Default: Membership
user_typestringType of the user in the list.
credit_typestringType of the Guest Pass credit.
statusstringStatus of the guest
created_datedatetimeTime and date when the record was created.

GuestPassUser Object

NameTypeDescription
idguidUnique identifier of the guest.
first_namestringFirst name of the Guest Pass user.
last_namestringLast name of the Guest Pass user.

error Object

CodeMessageDescription
GP001Guest pass is not enabledWhen the Guest Pass membership is not enabled for the organization.
Path Params
string
required

Unique identifier of the guest.

Query Params
string

(Optional) Unique identifier of the item

int32
Defaults to 1

(Optional) The type of the item. Default - 1: Membership

string
enum
Defaults to 0

(Optional) Type of the user list as requesting in the API. Values - 0: Both, 1: Receiver, 2:Sender Receiver : From whom the above user received the item_type. Sender: To whom the above user sent the item_type

Allowed:
string
enum
Defaults to 1

(Optional) Credit type of the Guest Pass.1: Classes, 2: Visits, 0: Both

Allowed:
Responses

Language
Credentials
Header
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json