talk icon indicating copy to clipboard operation
talk copied to clipboard

When trying to get users media settings receive USER_NOT_ENTITLED error.

Open jbotte opened this issue 1 year ago • 1 comments

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 avatar Jun 24 '23 19:06 jbotte

thanks for flagging, we'll look into this

tessalt avatar Jun 30 '23 15:06 tessalt