talk
talk copied to clipboard
When trying to get users media settings receive USER_NOT_ENTITLED error.
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
thanks for flagging, we'll look into this