Description When the endpoint is called I get a 200 back but the payload is completely different to what is described in the documentation. Here is a sample response body:
How To Reproduce Steps to reproduce the behavior: 1. call GET /v2/users/{userId}/settings?custom_query_fields=virtual_background,virtual_background_settings
with oauth2
Hi @grobinson
Thanks for reaching out to us and welcome back to the Zoo mDeveloper Forum.
I am not able to reproduce this on my end.
When I call the Get user settings endpoint and pass the custom query fields as you did, I get the expected payload
This is my endpoint URL {{baseUrl}}/users/me/settings?custom_query_fields=virtual_background,virtual_background_settings