Jump to Content
MyzoneMyzonePricing
RecipesAPIsChangelogDiscussions
MyzonePricingMyzone
APIs
RecipesAPIsChangelogDiscussions
All
Pages
Start typing to search…

GETTING STARTED

  • OAuth 2.0
  • Rate Limits

Endpoints

  • Accounts
    • Get details of a specific user accountget
    • Update an existing user accountput
    • Retrieve a list of user accountsget
    • Register a new user accountpost
  • Biometrics
    • Retrieve a user's biometric dataget
    • Update a user's biometric dataput
    • Retrieve biometric data for multiple usersget
  • Classes And Booking
    • Retrieve a list of class templatesget
    • Retrieve a list of classesget
    • Create a new classpost
    • Retrieve details of a specific classget
    • Update a specific classput
    • Retrieve occurrences of a classget
    • Retrieves details of a specific class occurrenceget
    • Update a class occurrenceput
    • Retrieve bookings for a class occurrenceget
    • Books a user into a class occurrence.post
    • Cancel a bookingdel
  • Facilities
    • Retrieve a list of facilitiesget
  • Moves
    • Retrieve a user's move historyget
Powered by 

Retrieve a list of user accounts

get https://ext-api.myzone.org/v1/accounts/

Retrieves a paginated list of user accounts.

Optional filters can be applied to refine the results, such as externalId which can be used to filter accounts based on your own identifier.

Language
Credentials
OAuth2
URL
Click Try It! to start a request and see the response here!