We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Expected behavior: When accessing the API as an Admin User I expect to be entitled to query all data
When I query a users media settings with this
query getUserMediaSettings($userid: ID!) { user(id:$userid) { id, mediaSettings{ unfurlEmbeds } } }
I expect to retrieve the unfurlEmbeds bool value
Actual behavior:
I receive USER_NOT_ENTITLED error.
(do not get this error when querying some other objects, I'm querying with a jwt for the admin account)
VERSION running the docker image for coralproject/talk:8.1.0
The text was updated successfully, but these errors were encountered:
thanks for flagging, we'll look into this
Sorry, something went wrong.
No branches or pull requests
Expected behavior:
When accessing the API as an Admin User I expect to be entitled to query all data
When I query a users media settings with this
I expect to retrieve the unfurlEmbeds bool value
Actual behavior:
I receive USER_NOT_ENTITLED error.
(do not get this error when querying some other objects, I'm querying with a jwt for the admin account)
VERSION
running the docker image for coralproject/talk:8.1.0
The text was updated successfully, but these errors were encountered: