Return a JSON object of the current user's settings.

URL Parameters

None.

Body Parameters

None.

Authentication

JwtAuthenticator, Oauth2Authenticator, AnonymousAuthenticator, NoneAuthenticator

Authorization

OAuthAuthorizer

Example Request

URL

For Production: GET https://spacesapis.avayacloud.com/api/users/me/settings
For Staging: GET https://loganstagingapis.esna.com/api/users/me/settings

Headers

Authorization: 'jwt eyJhbGciOiJSUzI1NiIsIdfgdfgnR5cCI6IkpXVCJ9.eyJ1c2VyX2lkX3NpZyI6ImxPWHpxNzVzR3J3X0xwWEMyRGRMakhyYXJlWVhyTzFMdEZHZkhkOWNkTXciLCJwcm9kdWN0X3R5cGUiOiJhY2NvdW50cyIsImxhc3R1cGRhdGV0aW1lIjoiMjAxNy0wMS0zMFQxMzo1ODo0Ny4yMDYiLCJpc3MiOiJ6YW5nLmlvIiwicHVibGlja2V5aWQiOiJhZ3h6Zm05dVpYTnVZVEl3TVRSeUdnc1NEVWRLZDNSUWRXSnNhV05MWlhrdfgdWdJQ2dsUEtFakFvTSIsImV4cCI6MTQ5NTM5MTIwMywidXNlcl9pZCI6ImFneHpmbTl1WlhOdVlUSXdNVFJ5RVFzU0JGVnpaWElZZ0lEQXMtX25fUW9NIiwidmVyIjoiMi4wIn0.SqZpw1uPIebqW3qlDsm0-DWYFKEH0SgPwtD-tSESWOF-5hLkZMqJH28ooWux2S7s9riIew7pTVPnZpTgJa5zHcEAG0gXSEJVOqmpGp_4ufM8YtZoZMpBFjyAkwyAt-ILkGUYIo0GU5WyzMPLV8YLXfgdfgOgkE2MGGOajBkjPmC2Db3pA0D0M9k-21EL1gwWBC5YIq0PDAkgulegwl6khRmB8irJQ-dfg-d-KV9eYfFpsCdJKRGzSfqg'

Or

Authorization: 'bearer f746696f5de4528u128ae2f274eea253e8a7943a'

Example Response

{
            "data": [
                {
                    "mutevideo": false,
                    "muteaudio": false,
                    "disableAutoJoin": true,
                    "dNotif": "all",
                    "dANotif": "vibes",
                    "mNotif": "all",
                    "mANotif": "vibes",
                    "autoHideWebTutorial": false,
                    "theme": "orange",
                    "showFeatureTipsOnStartUp": true,
                    "tourFeatures": [
                        "sidebar_feature",
                        "sidebar_feature",
                        "sidebar_personal_space_feature",
                        "sidebar_search_feature",
                        "sidebar_spaces_list_feature",
                        "sidebar_direct_chat_feature",
                        "dashboard_downloads_feature",
                        "space_participants_feature",
                        "sidebar_feature",
                        "sidebar_personal_space_feature",
                        "sidebar_search_feature",
                        "sidebar_spaces_list_feature",
                        "sidebar_direct_chat_feature",
                        "dashboard_downloads_feature",
                        "space_participants_feature",
                        "space_video_feature",
                        "space_video_dialin_feature",
                        "space_notifications_btn_feature_2",
                        "space_chat_form_feature",
                        "messages-scroll-container-feature",
                        "space_posts_tab_feature",
                        "space_tasks_tab_feature",
                        "invite_people_to_space_feature",
                        "space_participants_promote_demote_feature"
                    ],
                    "autoAcceptInvite": "relation",
                    "_id": "5f292b8f251a7070659ad9d9",
                    "created": "2020-08-04T09:34:07.106Z",
                    "parent_type": "user",
                    "parentid": "5f292b8ee7d0bedc8389c3dd",
                    "toc_version_agreed": "20181217",
                    "eula_version_agreed": null,
                    "username": "testavimas1899@gmail.com"
                }
            ],
            "_metaData": {
                "clientDefaultMediaOptions": {
                    "disableLocalMute": false,
                    "smartMeetingAudioParticipantsLimit": 2,
                    "maxDaysToKeepLargeMeeting": 180
                },
                "credits_url": "https://storage.googleapis.com/onesnastaging/spaces/public/pages/avaya-spaces.credits-20190514.txt",
                "defaultMediaServer": "mpaas",
                "disableMessageDeletion": false,
                "electronAppDownloads": {
                    "downloads": [
                        {
                            "os": "mac",
                            "osVersion": "10.15+",
                            "link": "https://storage.googleapis.com/spaces2020/public/spaces/downloads/avaya-spaces-mac-setup-1.1.13.dmg",
                            "version": "1.1.13",
                            "releaseNotes": []
                        },
                        {
                            "os": "windows",
                            "osVersion": "10",
                            "link": "https://storage.googleapis.com/spaces2020/public/spaces/downloads/avaya-spaces-win-setup-1.1.13.exe",
                            "version": "1.1.13",
                            "releaseNotes": []
                        }
                    ]
                },
                "eula_url": "https://www.zang.io/eula/spaces",
                "eula_version": "20161013",
                "fcmNotificationsConfig": {
                    "priority": "high"
                },
                "privacy_url": "https://www.avaya.com/en/privacy/commitment/",
                "supportedMediaServers": [
                    "mpaas"
                ],
                "toc_url": "https://storage.googleapis.com/onesna/public/spaces/legal/toc.htm",
                "toc_version": "20181217",
                "toggledFeatures": [
                    "electron-app-download",
                    "spacecalling"
                ],
                "fcmSenderId": "************",
                "fcmClientApiKey": "***************************************",
                "projectId": "spacesstaging",
                "appId": "1:************:web:**********************"
            }
     }