Skip to content

Returns the bootstrap payload the portal SPA needs — current user, permissions, feature flags, branding and route configuration — together with the sidebar menu groups.

The rest block is deliberately stripped, because the client already holds its own REST configuration. Content varies by caller: a signed-out visitor gets a much smaller payload than a community admin.

Endpoint

  • Method: GET
  • Path: /options/app-vars
  • Edition: Core
  • Controller: OptionController@getAppVars
  • Route source: fluent-community/app/Http/Routes/api.php:148
  • Controller source: fluent-community/app/Http/Controllers/OptionController.php

Live sample

The request and response below were recorded against a running FluentCommunity install and then anonymised — member names, emails, avatars and post content are fictional, and long collections are trimmed to a few entries.

GET Get App Vars

GET
/options/app-vars

Returns the bootstrap payload the portal SPA needs — current user, permissions, feature flags, branding and route configuration — together with the sidebar menu groups.

Controller: OptionController@getAppVars
Route source: fluent-community/app/Http/Routes/api.php:148

Authorizations

ApplicationPasswords

WordPress Application Passwords — use Basic auth with username:application_password.

Type
API Key (header: Authorization)

Responses

Successful response

application/json
JSON
{
  
"appVars": {
  
  
"access_level": "string",
  
  
"ajax_nonce": "string",
  
  
"ajaxurl": "string",
  
  
"assets_url": "string",
  
  
"auth": {
  
  
  
"avatar": "string",
  
  
  
"community_roles": [
  
  
  
  
"string"
  
  
  
],
  
  
  
"compilation_score": 0,
  
  
  
"display_name": "string",
  
  
  
"email": "string",
  
  
  
"first_name": "string",
  
  
  
"id": 0,
  
  
  
"is_verified": 0,
  
  
  
"last_activity": "string",
  
  
  
"meta": {
  
  
  
  
"badge_slug": "string",
  
  
  
  
"cover_photo": "string",
  
  
  
  
"social_links": {
  
  
  
  
  
"fb": "string",
  
  
  
  
  
"instagram": "string",
  
  
  
  
  
"linkedin": "string",
  
  
  
  
  
"twitter": "string",
  
  
  
  
  
"youtube": "string"
  
  
  
  
},
  
  
  
  
"website": "string"
  
  
  
},
  
  
  
"spaces": {
  
  
  
  
"__truncated__": "string",
  
  
  
  
"fluent-cart": {
  
  
  
  
  
"cover_photo": "string",
  
  
  
  
  
"created_at": "string",
  
  
  
  
  
"created_by": "string",
  
  
  
  
  
"description": "string",
  
  
  
  
  
"description_rendered": "string",
  
  
  
  
  
"header_links": [
  
  
  
  
  
  
{
  
  
  
  
  
  
  
"route": {
  
  
  
  
  
  
  
  
"name": "string"
  
  
  
  
  
  
  
},
  
  
  
  
  
  
  
"title": "string"
  
  
  
  
  
  
}
  
  
  
  
  
],
  
  
  
  
  
"id": 0,
  
  
  
  
  
"logo": "string",
  
  
  
  
  
"membership": {
  
  
  
  
  
  
"ID": "string",
  
  
  
  
  
  
"pivot": {
  
  
  
  
  
  
  
"created_at": "string",
  
  
  
  
  
  
  
"id": 0,
  
  
  
  
  
  
  
"meta": [
  
  
  
  
  
  
  
  
{
  
  
  
  
  
  
  
  
  
"additionalProperties": "string"
  
  
  
  
  
  
  
  
}
  
  
  
  
  
  
  
],
  
  
  
  
  
  
  
"role": "string",
  
  
  
  
  
  
  
"space_id": "string",
  
  
  
  
  
  
  
"status": "string",
  
  
  
  
  
  
  
"updated_at": "string",
  
  
  
  
  
  
  
"user_id": "string"
  
  
  
  
  
  
}
  
  
  
  
  
},
  
  
  
  
  
"parent_id": "string",
  
  
  
  
  
"permissions": {
  
  
  
  
  
  
"can_add_member": true,
  
  
  
  
  
  
"can_comment": true,
  
  
  
  
  
  
"can_create_post": true,
  
  
  
  
  
  
"can_remove_member": true,
  
  
  
  
  
  
"can_upload_documents": true,
  
  
  
  
  
  
"can_view_documents": true,
  
  
  
  
  
  
"can_view_info": true,
  
  
  
  
  
  
"can_view_media": true,
  
  
  
  
  
  
"can_view_members": true,
  
  
  
  
  
  
"can_view_posts": true,
  
  
  
  
  
  
"community_admin": true,
  
  
  
  
  
  
"community_moderator": true,
  
  
  
  
  
  
"delete_any_comment": true,
  
  
  
  
  
  
"delete_any_feed": true,
  
  
  
  
  
  
"edit_any_comment": true,
  
  
  
  
  
  
"edit_any_feed": true,
  
  
  
  
  
  
"is_member": true,
  
  
  
  
  
  
"read": true,
  
  
  
  
  
  
"registered": true,
  
  
  
  
  
  
"super_admin": true
  
  
  
  
  
},
  
  
  
  
  
"privacy": "string",
  
  
  
  
  
"serial": "string",
  
  
  
  
  
"settings": {
  
  
  
  
  
  
"can_request_join": "string",
  
  
  
  
  
  
"custom_lock_screen": "string",
  
  
  
  
  
  
"default_comment_sort_by": "string",
  
  
  
  
  
  
"default_post_sort_by": "string",
  
  
  
  
  
  
"disable_layout_style": "string",
  
  
  
  
  
  
"disable_post_sort_by": "string",
  
  
  
  
  
  
"document_access": "string",
  
  
  
  
  
  
"document_library": "string",
  
  
  
  
  
  
"document_upload": "string",
  
  
  
  
  
  
"emoji": "string",
  
  
  
  
  
  
"hide_members_count": "string",
  
  
  
  
  
  
"layout_style": "string",
  
  
  
  
  
  
"links": [
  
  
  
  
  
  
  
{
  
  
  
  
  
  
  
  
"enabled": "string",
  
  
  
  
  
  
  
  
"new_tab": "string",
  
  
  
  
  
  
  
  
"permalink": "string",
  
  
  
  
  
  
  
  
"privacy": "string",
  
  
  
  
  
  
  
  
"slug": "string",
  
  
  
  
  
  
  
  
"title": "string"
  
  
  
  
  
  
  
}
  
  
  
  
  
  
],
  
  
  
  
  
  
"media_access": "string",
  
  
  
  
  
  
"media_gallery": "string",
  
  
  
  
  
  
"members_page_status": "string",
  
  
  
  
  
  
"og_image": "string",
  
  
  
  
  
  
"onboard_redirect_url": "string",
  
  
  
  
  
  
"restricted_post_only": "string",
  
  
  
  
  
  
"shape_svg": "string",
  
  
  
  
  
  
"show_paywalls": "string",
  
  
  
  
  
  
"show_sidebar": "string",
  
  
  
  
  
  
"topic_required": "string"
  
  
  
  
  
},
  
  
  
  
  
"slug": "string",
  
  
  
  
  
"status": "string",
  
  
  
  
  
"title": "string",
  
  
  
  
  
"topics": [
  
  
  
  
  
  
{
  
  
  
  
  
  
  
"admin_only": "string",
  
  
  
  
  
  
  
"description": "string",
  
  
  
  
  
  
  
"id": 0,
  
  
  
  
  
  
  
"slug": "string",
  
  
  
  
  
  
  
"space_ids": [
  
  
  
  
  
  
  
  
"string"
  
  
  
  
  
  
  
],
  
  
  
  
  
  
  
"title": "string"
  
  
  
  
  
  
}
  
  
  
  
  
],
  
  
  
  
  
"type": "string",
  
  
  
  
  
"updated_at": "string"
  
  
  
  
},
  
  
  
  
"say-hello": {
  
  
  
  
  
"cover_photo": "string",
  
  
  
  
  
"created_at": "string",
  
  
  
  
  
"created_by": "string",
  
  
  
  
  
"description": "string",
  
  
  
  
  
"description_rendered": "string",
  
  
  
  
  
"header_links": [
  
  
  
  
  
  
{
  
  
  
  
  
  
  
"route": {
  
  
  
  
  
  
  
  
"name": "string"
  
  
  
  
  
  
  
},
  
  
  
  
  
  
  
"title": "string"
  
  
  
  
  
  
}
  
  
  
  
  
],
  
  
  
  
  
"id": 0,
  
  
  
  
  
"logo": "string",
  
  
  
  
  
"membership": {
  
  
  
  
  
  
"ID": "string",
  
  
  
  
  
  
"pivot": {
  
  
  
  
  
  
  
"created_at": "string",
  
  
  
  
  
  
  
"id": 0,
  
  
  
  
  
  
  
"meta": [
  
  
  
  
  
  
  
  
{
  
  
  
  
  
  
  
  
  
"additionalProperties": "string"
  
  
  
  
  
  
  
  
}
  
  
  
  
  
  
  
],
  
  
  
  
  
  
  
"role": "string",
  
  
  
  
  
  
  
"space_id": "string",
  
  
  
  
  
  
  
"status": "string",
  
  
  
  
  
  
  
"updated_at": "string",
  
  
  
  
  
  
  
"user_id": "string"
  
  
  
  
  
  
}
  
  
  
  
  
},
  
  
  
  
  
"parent_id": "string",
  
  
  
  
  
"permissions": {
  
  
  
  
  
  
"can_add_member": true,
  
  
  
  
  
  
"can_comment": true,
  
  
  
  
  
  
"can_create_post": true,
  
  
  
  
  
  
"can_remove_member": true,
  
  
  
  
  
  
"can_upload_documents": true,
  
  
  
  
  
  
"can_view_documents": true,
  
  
  
  
  
  
"can_view_info": true,
  
  
  
  
  
  
"can_view_media": true,
  
  
  
  
  
  
"can_view_members": true,
  
  
  
  
  
  
"can_view_posts": true,
  
  
  
  
  
  
"community_admin": true,
  
  
  
  
  
  
"community_moderator": true,
  
  
  
  
  
  
"delete_any_comment": true,
  
  
  
  
  
  
"delete_any_feed": true,
  
  
  
  
  
  
"edit_any_comment": true,
  
  
  
  
  
  
"edit_any_feed": true,
  
  
  
  
  
  
"is_member": true,
  
  
  
  
  
  
"read": true,
  
  
  
  
  
  
"registered": true,
  
  
  
  
  
  
"super_admin": true
  
  
  
  
  
},
  
  
  
  
  
"privacy": "string",
  
  
  
  
  
"serial": "string",
  
  
  
  
  
"settings": {
  
  
  
  
  
  
"can_request_join": "string",
  
  
  
  
  
  
"custom_lock_screen": "string",
  
  
  
  
  
  
"default_comment_sort_by": "string",
  
  
  
  
  
  
"default_post_sort_by": "string",
  
  
  
  
  
  
"disable_layout_style": "string",
  
  
  
  
  
  
"disable_post_sort_by": "string",
  
  
  
  
  
  
"document_access": "string",
  
  
  
  
  
  
"document_library": "string",
  
  
  
  
  
  
"document_upload": "string",
  
  
  
  
  
  
"emoji": "string",
  
  
  
  
  
  
"hide_members_count": "string",
  
  
  
  
  
  
"layout_style": "string",
  
  
  
  
  
  
"links": [
  
  
  
  
  
  
  
{
  
  
  
  
  
  
  
  
"additionalProperties": "string"
  
  
  
  
  
  
  
}
  
  
  
  
  
  
],
  
  
  
  
  
  
"media_access": "string",
  
  
  
  
  
  
"media_gallery": "string",
  
  
  
  
  
  
"members_page_status": "string",
  
  
  
  
  
  
"og_image": "string",
  
  
  
  
  
  
"onboard_redirect_url": "string",
  
  
  
  
  
  
"restricted_post_only": "string",
  
  
  
  
  
  
"shape_svg": "string",
  
  
  
  
  
  
"show_paywalls": "string",
  
  
  
  
  
  
"show_sidebar": "string",
  
  
  
  
  
  
"topic_required": "string"
  
  
  
  
  
},
  
  
  
  
  
"slug": "string",
  
  
  
  
  
"status": "string",
  
  
  
  
  
"title": "string",
  
  
  
  
  
"topics": [
  
  
  
  
  
  
{
  
  
  
  
  
  
  
"admin_only": "string",
  
  
  
  
  
  
  
"description": "string",
  
  
  
  
  
  
  
"id": 0,
  
  
  
  
  
  
  
"slug": "string",
  
  
  
  
  
  
  
"space_ids": [
  
  
  
  
  
  
  
  
"string"
  
  
  
  
  
  
  
],
  
  
  
  
  
  
  
"title": "string"
  
  
  
  
  
  
}
  
  
  
  
  
],
  
  
  
  
  
"type": "string",
  
  
  
  
  
"updated_at": "string"
  
  
  
  
}
  
  
  
},
  
  
  
"total_points": 0,
  
  
  
"user_id": 0,
  
  
  
"username": "string"
  
  
},
  
  
"block_editor_assets": {
  
  
  
"scripts": {
  
  
  
  
"isolated-block-editor": "string",
  
  
  
  
"react": "string",
  
  
  
  
"react-dom": "string"
  
  
  
},
  
  
  
"styles": [
  
  
  
  
"string"
  
  
  
]
  
  
},
  
  
"comment_order_by_options": {
  
  
  
"latest": "string",
  
  
  
"most_replied": "string",
  
  
  
"oldest": "string",
  
  
  
"popular": "string"
  
  
},
  
  
"course_lesson_fullscreen": "string",
  
  
"course_sections_collapsed": "string",
  
  
"course_smart_codes": {
  
  
  
"{{community.name_with_url}}": "string",
  
  
  
"{{community.name}}": "string",
  
  
  
"{{course.title}}": "string",
  
  
  
"{{section.title}}": "string",
  
  
  
"{{section.url}}": "string",
  
  
  
"{{user.display_name}}": "string"
  
  
},
  
  
"dateTime18n": {
  
  
  
"months": "string",
  
  
  
"monthsShort": "string",
  
  
  
"relativeTime": {
  
  
  
  
"M": "string",
  
  
  
  
"MM": "string",
  
  
  
  
"d": "string",
  
  
  
  
"dd": "string",
  
  
  
  
"future": "string",
  
  
  
  
"h": "string",
  
  
  
  
"hh": "string",
  
  
  
  
"m": "string",
  
  
  
  
"mm": "string",
  
  
  
  
"past": "string",
  
  
  
  
"s": "string",
  
  
  
  
"y": "string",
  
  
  
  
"yy": "string"
  
  
  
},
  
  
  
"relativeTimeMobile": {
  
  
  
  
"M": "string",
  
  
  
  
"MM": "string",
  
  
  
  
"d": "string",
  
  
  
  
"dd": "string",
  
  
  
  
"future": "string",
  
  
  
  
"h": "string",
  
  
  
  
"hh": "string",
  
  
  
  
"m": "string",
  
  
  
  
"mm": "string",
  
  
  
  
"past": "string",
  
  
  
  
"s": "string",
  
  
  
  
"y": "string",
  
  
  
  
"yy": "string"
  
  
  
},
  
  
  
"weekdays": "string",
  
  
  
"weekdaysMin": "string",
  
  
  
"weekdaysShort": "string"
  
  
},
  
  
"date_formatter": "string",
  
  
"date_offset": 0,
  
  
"date_time_formatter": "string",
  
  
"debug_mode": 0,
  
  
"default_course_email": {
  
  
  
"message": "string",
  
  
  
"subject": "string"
  
  
},
  
  
"default_post_space": "string",
  
  
"default_profile_tab": "string",
  
  
"el_i18n": {
  
  
  
"__truncated__": "string",
  
  
  
"pagination": {
  
  
  
  
"currentPage": "string",
  
  
  
  
"deprecationWarning": "string",
  
  
  
  
"goto": "string",
  
  
  
  
"next": "string",
  
  
  
  
"nextPages": "string",
  
  
  
  
"page": "string",
  
  
  
  
"pageClassifier": "string",
  
  
  
  
"pagesize": "string",
  
  
  
  
"prev": "string",
  
  
  
  
"prevPages": "string",
  
  
  
  
"total": "string"
  
  
  
},
  
  
  
"table": {
  
  
  
  
"clearFilter": "string",
  
  
  
  
"confirmFilter": "string",
  
  
  
  
"emptyText": "string",
  
  
  
  
"resetFilter": "string",
  
  
  
  
"sumText": "string"
  
  
  
}
  
  
},
  
  
"features": {
  
  
  
"can_deactivate_account": true,
  
  
  
"can_switch_layout": true,
  
  
  
"default_feed_layout": "string",
  
  
  
"default_feed_sort_by": "string",
  
  
  
"disable_feed_sort_by": "string",
  
  
  
"disable_global_posts": true,
  
  
  
"emoji_app": true,
  
  
  
"enable_fluent_player": "string",
  
  
  
"fluent_player": {
  
  
  
  
"enable": true,
  
  
  
  
"fallback": {
  
  
  
  
  
"content_timeout_ms": 0,
  
  
  
  
  
"init_timeout_ms": 0,
  
  
  
  
  
"script_grace_ms": 0,
  
  
  
  
  
"script_timeout_ms": 0,
  
  
  
  
  
"stall_timeout_ms": 0
  
  
  
  
},
  
  
  
  
"has_audio_upload": true,
  
  
  
  
"has_video_upload": true,
  
  
  
  
"max_audios_per_post": 0,
  
  
  
  
"play_embedded_videos": true,
  
  
  
  
"video_upload_role": "string"
  
  
  
},
  
  
  
"fluent_player_status": "string",
  
  
  
"followers_module": true,
  
  
  
"giphy_app": true,
  
  
  
"has_analytics": true,
  
  
  
"has_course": true,
  
  
  
"has_fluent_player": true,
  
  
  
"has_fluentcart": true,
  
  
  
"has_inline_image_upload": "string",
  
  
  
"has_post_title": "string",
  
  
  
"has_survey_poll": true,
  
  
  
"has_topics": true,
  
  
  
"is_onboarding_enabled": true,
  
  
  
"leaderboard": true,
  
  
  
"max_media_per_post": "string",
  
  
  
"member_list_layout": "string",
  
  
  
"mention_mail": true,
  
  
  
"post_layout": "string",
  
  
  
"show_post_modal": true,
  
  
  
"skicky_sidebar": true,
  
  
  
"video_embeder": true
  
  
},
  
  
"feed_links": [
  
  
  
{
  
  
  
  
"slug": "string",
  
  
  
  
"title": "string"
  
  
  
}
  
  
],
  
  
"has_chat": true,
  
  
"has_fluentcrm": true,
  
  
"has_push_notification": true,
  
  
"i18n": {
  
  
  
" (coming soon)": "string",
  
  
  
"%1$s at %2$s": "string",
  
  
  
"%1$sClick here%2$s to add affiliate ID": "string",
  
  
  
"%d Course": "string",
  
  
  
"%d Courses": "string",
  
  
  
"%d Group": "string",
  
  
  
"%d Groups": "string",
  
  
  
"%d Lesson": "string",
  
  
  
"%d Lessons": "string",
  
  
  
"%d Section": "string",
  
  
  
"%d Sections": "string",
  
  
  
"%d Space": "string",
  
  
  
"%d Spaces": "string",
  
  
  
"%d Student": "string",
  
  
  
"%d Students": "string",
  
  
  
"%d comment": "string",
  
  
  
"%d comments": "string",
  
  
  
"%d lessons": "string",
  
  
  
"%d point": "string",
  
  
  
"%d points": "string",
  
  
  
"%d points to level up!": "string",
  
  
  
"%d replies": "string",
  
  
  
"%d reply": "string",
  
  
  
"%d student": "string",
  
  
  
"__truncated__": "string"
  
  
},
  
  
"is_absolute_url": true,
  
  
"last_feed_id": 0,
  
  
"lazy_styles": {
  
  
  
"fcom-block-content-styling-css": "string",
  
  
  
"wp-block-library-css": "string"
  
  
},
  
  
"leaderboard_levels": {
  
  
  
"__truncated__": "string",
  
  
  
"level_1": {
  
  
  
  
"level": 0,
  
  
  
  
"max_points": 0,
  
  
  
  
"min_points": 0,
  
  
  
  
"slug": "string",
  
  
  
  
"tagline": "string",
  
  
  
  
"title": "string"
  
  
  
},
  
  
  
"level_2": {
  
  
  
  
"level": 0,
  
  
  
  
"max_points": 0,
  
  
  
  
"min_points": 0,
  
  
  
  
"slug": "string",
  
  
  
  
"tagline": "string",
  
  
  
  
"title": "string"
  
  
  
}
  
  
},
  
  
"logo": "string",
  
  
"mobileMenuItems": [
  
  
  
{
  
  
  
  
"icon_svg": "string",
  
  
  
  
"route": {
  
  
  
  
  
"name": "string"
  
  
  
  
},
  
  
  
  
"title": "string"
  
  
  
}
  
  
],
  
  
"moderationConfig": {
  
  
  
"auto_flag_user_reject_threshold": 0,
  
  
  
"auto_flag_user_report_threshold": 0,
  
  
  
"first_comment_approval": "string",
  
  
  
"first_post_approval": "string",
  
  
  
"flag_after_threshold": 0,
  
  
  
"flag_all_new_posts": "string",
  
  
  
"flag_all_new_posts_spaces": [
  
  
  
  
{
  
  
  
  
  
"additionalProperties": "string"
  
  
  
  
}
  
  
  
],
  
  
  
"is_enabled": "string",
  
  
  
"profanity_filter": "string"
  
  
},
  
  
"permissions": {
  
  
  
"admin": true,
  
  
  
"can_initiate_message": true,
  
  
  
"community_admin": true,
  
  
  
"community_moderator": true,
  
  
  
"course_admin": true,
  
  
  
"course_creator": true,
  
  
  
"delete_any_comment": true,
  
  
  
"delete_any_feed": true,
  
  
  
"edit_any_comment": true,
  
  
  
"edit_any_feed": true,
  
  
  
"read": true,
  
  
  
"super_admin": true
  
  
},
  
  
"portal_notices": [
  
  
  
"string"
  
  
],
  
  
"portal_paths": [
  
  
  
{
  
  
  
  
"additionalProperties": "string"
  
  
  
}
  
  
],
  
  
"portal_slug": "string",
  
  
"portal_url": "string",
  
  
"post_order_by_options": {
  
  
  
"alphabetical": "string",
  
  
  
"following": "string",
  
  
  
"latest": "string",
  
  
  
"likes": "string",
  
  
  
"new_activity": "string",
  
  
  
"oldest": "string",
  
  
  
"popular": "string",
  
  
  
"unanswered": "string"
  
  
},
  
  
"pro": true,
  
  
"question_types": [
  
  
  
{
  
  
  
  
"label": "string",
  
  
  
  
"value": "string"
  
  
  
}
  
  
],
  
  
"report_reasons": {
  
  
  
"against_community": "string",
  
  
  
"harassment": "string",
  
  
  
"incorrect_space": "string",
  
  
  
"offensive": "string",
  
  
  
"other": "string",
  
  
  
"spam": "string"
  
  
},
  
  
"route_classes": {
  
  
  
"fcom_sticky_header": true
  
  
},
  
  
"routing_system": "string",
  
  
"site_title": "string",
  
  
"slug": "string",
  
  
"socialLinkProviders": [
  
  
  
{
  
  
  
  
"additionalProperties": "string"
  
  
  
}
  
  
],
  
  
"space_groups": [
  
  
  
{
  
  
  
  
"id": 0,
  
  
  
  
"settings": {
  
  
  
  
  
"always_show_spaces": "string",
  
  
  
  
  
"hide_members": "string"
  
  
  
  
},
  
  
  
  
"slug": "string",
  
  
  
  
"title": "string"
  
  
  
}
  
  
],
  
  
"suggestedColors": [
  
  
  
"string"
  
  
],
  
  
"time_formatter": "string",
  
  
"topicsConfig": {
  
  
  
"max_topics_per_post": 0,
  
  
  
"max_topics_per_space": 0,
  
  
  
"show_on_post_card": "string"
  
  
},
  
  
"unread_feed_ids": [
  
  
  
"string"
  
  
],
  
  
"unread_notification_count": 0,
  
  
"upgrade_url": "string",
  
  
"urls": {
  
  
  
"global_search": "string",
  
  
  
"portal_base": "string",
  
  
  
"site_url": "string"
  
  
},
  
  
"user_badges": {
  
  
  
"admin": {
  
  
  
  
"config": {
  
  
  
  
  
"shape_svg": "string"
  
  
  
  
},
  
  
  
  
"show_label": "string",
  
  
  
  
"slug": "string",
  
  
  
  
"title": "string"
  
  
  
}
  
  
},
  
  
"user_id": 0,
  
  
"user_membership_slugs": [
  
  
  
"string"
  
  
],
  
  
"user_post_order_by_options": {
  
  
  
"alphabetical": "string",
  
  
  
"latest": "string",
  
  
  
"likes": "string",
  
  
  
"new_activity": "string",
  
  
  
"oldest": "string",
  
  
  
"popular": "string",
  
  
  
"unanswered": "string"
  
  
},
  
  
"view_leaderboard_members": true,
  
  
"welcome_banner": {
  
  
  
"allowClose": "string",
  
  
  
"bannerImage": "string",
  
  
  
"bannerVideo": {
  
  
  
  
"author_name": "string",
  
  
  
  
"content_type": "string",
  
  
  
  
"html": "string",
  
  
  
  
"provider": "string",
  
  
  
  
"title": "string",
  
  
  
  
"type": "string",
  
  
  
  
"url": "string"
  
  
  
},
  
  
  
"ctaButtons": [
  
  
  
  
{
  
  
  
  
  
"label": "string",
  
  
  
  
  
"link": "string",
  
  
  
  
  
"newTab": "string",
  
  
  
  
  
"type": "string"
  
  
  
  
}
  
  
  
],
  
  
  
"description_rendered": "string",
  
  
  
"enabled": "string",
  
  
  
"mediaType": "string",
  
  
  
"title": "string"
  
  
},
  
  
"wp_lesson_editor_frame": "string"
  
},
  
"menu_links_groups": {
  
  
"bottomLinkGroups": [
  
  
  
{
  
  
  
  
"additionalProperties": "string"
  
  
  
}
  
  
],
  
  
"context": "string",
  
  
"has_color_scheme": true,
  
  
"is_admin": true,
  
  
"primaryItems": {
  
  
  
"all_courses": {
  
  
  
  
"enabled": "string",
  
  
  
  
"is_locked": "string",
  
  
  
  
"is_system": "string",
  
  
  
  
"is_unavailable": "string",
  
  
  
  
"link_classes": "string",
  
  
  
  
"permalink": "string",
  
  
  
  
"shape_svg": "string",
  
  
  
  
"slug": "string",
  
  
  
  
"title": "string"
  
  
  
},
  
  
  
"all_feeds": {
  
  
  
  
"enabled": "string",
  
  
  
  
"is_locked": "string",
  
  
  
  
"is_system": "string",
  
  
  
  
"link_classes": "string",
  
  
  
  
"permalink": "string",
  
  
  
  
"shape_svg": "string",
  
  
  
  
"slug": "string",
  
  
  
  
"title": "string"
  
  
  
},
  
  
  
"all_members": {
  
  
  
  
"enabled": "string",
  
  
  
  
"is_locked": "string",
  
  
  
  
"is_system": "string",
  
  
  
  
"is_unavailable": "string",
  
  
  
  
"link_classes": "string",
  
  
  
  
"permalink": "string",
  
  
  
  
"shape_svg": "string",
  
  
  
  
"slug": "string",
  
  
  
  
"title": "string"
  
  
  
},
  
  
  
"leaderboard": {
  
  
  
  
"enabled": "string",
  
  
  
  
"is_locked": "string",
  
  
  
  
"is_system": "string",
  
  
  
  
"is_unavailable": "string",
  
  
  
  
"link_classes": "string",
  
  
  
  
"permalink": "string",
  
  
  
  
"shape_svg": "string",
  
  
  
  
"slug": "string",
  
  
  
  
"title": "string"
  
  
  
},
  
  
  
"spaces": {
  
  
  
  
"enabled": "string",
  
  
  
  
"is_locked": "string",
  
  
  
  
"is_system": "string",
  
  
  
  
"link_classes": "string",
  
  
  
  
"permalink": "string",
  
  
  
  
"shape_svg": "string",
  
  
  
  
"slug": "string",
  
  
  
  
"title": "string"
  
  
  
}
  
  
},
  
  
"settingsItems": [
  
  
  
{
  
  
  
  
"additionalProperties": "string"
  
  
  
}
  
  
],
  
  
"spaceGroups": [
  
  
  
{
  
  
  
  
"children": [
  
  
  
  
  
{
  
  
  
  
  
  
"emoji": "string",
  
  
  
  
  
  
"icon_image": "string",
  
  
  
  
  
  
"is_custom": "string",
  
  
  
  
  
  
"link_classes": "string",
  
  
  
  
  
  
"new_tab": "string",
  
  
  
  
  
  
"permalink": "string",
  
  
  
  
  
  
"shape_svg": "string",
  
  
  
  
  
  
"title": "string",
  
  
  
  
  
  
"unread_badge": "string"
  
  
  
  
  
}
  
  
  
  
],
  
  
  
  
"id": 0,
  
  
  
  
"logo": "string",
  
  
  
  
"slug": "string",
  
  
  
  
"title": "string"
  
  
  
}
  
  
],
  
  
"topInlineLinks": [
  
  
  
{
  
  
  
  
"additionalProperties": "string"
  
  
  
}
  
  
]
  
}
}

Playground

Authorization

Samples

Powered by VitePress OpenAPI

FluentCommunity developer documentation