Skip to content

Endpoint

  • Method: GET
  • Path: /profile/{username}/notification-preferences
  • Edition: Core
  • Controller: ProfileController@getNotificationPreferance
  • Route source: fluent-community/app/Http/Routes/api.php:91
  • Controller source: fluent-community/app/Http/Controllers/ProfileController.php

GET Get Notification Preferences

GET
/profile/{username}/notification-preferences

Get Notification Preferences for the FluentCommunity Profile API.

Controller: ProfileController@getNotificationPreferance
Route source: fluent-community/app/Http/Routes/api.php:91

Authorizations

ApplicationPasswords

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

Type
API Key (header: Authorization)

Parameters

Path Parameters

username*

Username extracted from the URL path.

Type
string
Required

Responses

Successful response

application/json
JSON
{
  
"user_globals": "string",
  
"spaceGroups": [
  
  
{
  
  
  
"additionalProperties": "string"
  
  
}
  
],
  
"space_prefs": [
  
  
{
  
  
  
"additionalProperties": "string"
  
  
}
  
],
  
"digestEmailDay": "string",
  
"default_messaging_email_frequency": "string"
}

Playground

Authorization
Variables
Key
Value

Samples

Powered by VitePress OpenAPI

FluentCommunity developer documentation