Skip to content

Enable the endpoints you need

Every endpoint the plugin registers is disabled by default. A disabled endpoint returns 404, exactly as though it did not exist. This page is the one to read before you conclude something is broken.

Your site’s members, their profile fields, their private messages and their orders are all reachable through these routes. Shipping them all open would mean installing a plugin and silently exposing member data over the public internet. So the plugin opens nothing, and you allow exactly what your app uses.

  1. In WordPress, go to Memberside → REST API.
  2. Find the group for the feature you are placing.
  3. Switch on the endpoints in it. Groups can be toggled whole.
  4. Save.

Changes apply immediately. There is no cache to clear and no rebuild needed — the app reads live, so a screen that was empty a moment ago works on the next pull-to-refresh.

Enabling endpoint groups in Memberside → REST API

If you are working through the Quickstart, enable these five and add more as you place features:

GroupCovers
AuthenticationSign in, register, forgot password, sign out
UsersReading and updating profiles, a member’s posts and comments
DirectoryThe member directory listing and its filters
FormsUltimate Member profile and registration forms
AppearanceProfile tabs, account tabs and other layout the app reads from your site

Thirty groups, each tied to a plugin or a feature area. Groups whose backing plugin is not installed do not appear at all.

AuthenticationDefault AuthenticationSocial Login
UsersUploadersAccount
DirectorySearchContent
FormsAppearanceSite
MessagingBetter MessagesACF
FollowersFriendsGroups
BuddyPress GroupsBuddyPress ActivityNotes
NotificationsPhotosBadges
BillingPayment MethodsProducts
CartRealtimeWall

Default Authentication is deliberately separate from Authentication. Authentication is sourced to Ultimate Member; Default Authentication is WordPress core sign-in and works on a site that has never had Ultimate Member installed. The Default Login feature needs the second, not the first.

Wall is the memberside/v2 namespace rather than v1. It backs the news feed, activity threads and group discussions.

The full feature-to-endpoint matrix lists which groups each feature needs.

You do not have to plan this up front. Place a feature, find its screen empty, come back and switch its group on. The builder also tells you: a feature whose backing plugin is missing is greyed out in the sidebar, which is a different problem from an endpoint being off — see A feature is greyed out.

SymptomCauseFix
A screen is empty, and the API returns 404The endpoint group is offSwitch it on under Memberside → REST API
A group you expected is not in the listIts backing plugin is not activeActivate the plugin, then reload the screen
Everything returns 404, including enabled routesPermalinks are set to PlainSettings → Permalinks, choose any other option
A form-driven screen is empty although Forms is onThe form itself is still hidden from the APIMake forms and directories visible

Make your forms and member directories visible — a separate switch that catches people who have done everything on this page.