Skip to content
New issue

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

When trying to get users media settings receive USER_NOT_ENTITLED error. #4273

Open
jbotte opened this issue Jun 24, 2023 · 1 comment
Open
Labels

Comments

@jbotte
Copy link

jbotte commented Jun 24, 2023

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

@jbotte jbotte added the bug label Jun 24, 2023
@tessalt
Copy link
Contributor

tessalt commented Jun 30, 2023

thanks for flagging, we'll look into this

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants