ContributionsMost RecentMost LikesSolutionsRe: Endpoint Access error in Production. Hi AdamN, I have updated the return type of webservice from plain text to JSON and I got the below error message. http request not allowed: http client not allowed: hostname-allowed-domains-list-empty I am not sure why I am receiving this error message only on production when its works fine on staging. Thanks, Endpoint Access error in Production. Hi, I have created an endpoint in staging to Access Salesforce Access token. Endpoint works fine when I make a request through community staging, but its throwing an error when I tried to access from community production. End point Code: <#assign response = http.client.request("https", "login.salesforce.com", "/services/oauth2/token").body("grant_type=password&client_id=<clientid>&client_secret=<ClientSecret>&username=<username>&password=<password>", "application/x-www-form-urlencoded").post()/> <#if response.hasError> ERROR <#else> ${response.content} </#if> Staging Output: {"access_token":"<AccessToken>","instance_url":"<Instance_url>","id":"<ID>","token_type":"Bearer","issued_at":"<Issued_at>","signature":"<Signature>"} Production Output: 1) Firefox: SyntaxError: JSON.parse: unexpected character at line 1 column 1 of the JSON data 2)Advanced Rest Client There was an error parsing JSON data Unexpected token E in JSON at position 0 I have checked the Login History on salesforce and couln't able to find one for community production. Thanks SolvedRe: Label Filter Thanks blantsimonetti Re: Label Filter VarunGrazitti I tried constructing an URL with multiple label values and executing in our community, but it doesnt work. Although it works for single query parameter. URL QP: ?labels=CommunityAPI%7CBulk%20Data%20API&sort=recent Thanks, Label Filter Hi, Please let me know if we have a standard component for filtering post based on multiple label, similar to Lithium Community. Thanks, API to get count or list of users subscribed to a label Hi, I want to fetch user data who subscribed to a specific label.Please let me know have any direct API to get these data . Thanks, Store Custom Data on Lithium. Hi, I want to store custom data(DataType String) on Lithium. Please let me know if we have any option to store data. Thanks Re: Subscribing user for specific board. ClaudiusH Is it possible to perform this API call without switching context. Since we are planning to automate this process for some set of boards. Thanks, Re: Subscribing user for specific board. Parshant Thanks. The board/subscription API documentation provides info only for global and self subscription. Is it possible to pick user and subscribe them for specific board. Re: Subscribing user for specific board. Hi Prashant, { "response": { "status": "error", "error": { "code": 511, "message": "A required query string argument is missing." } } } I dont see any required parameter on the API documentation. Please let me know what required parameter we need to pass. Thanks