Tableau grant permission to users.
How do you grant permission or restrict specific users to view only the report title and filter pane but NOT the data in the report in tableau server?
Related
I am trying to get profile field sections like location, certificate, education, etc of the logged in user.
I am following the Oauth-flow. The permissions available for me are: r_basicprofile, w_member_social, r_organization_social, r_liteprofile. I am trying to use /v2/me endpoint but it says permission denied after using this in postman
GET https://api.linkedin.com/v2/me?fields=id,firstName,profilePicture,course,certificate.
Am I doing this wrong or are there no permissions for me to access it?
I read through the documentation, applied for other products like Share on LinkedIn, Community Management API in dashboard and got access to it but still it doesn't work
I tried using https://api.linkedin.com/v2/me?projection=(id,firstName,profilePicture,course,certificate) and it still returns default field projections.
Can i create a user who will have a full access like a SYSDBA user to another user rights to access tables or views and how ? cause i can't find a way to do that
knowing that i am working by embedded users
GRANT ADMIN ROLE TO USER but it won't give a full right to that user
I need to grant a user's account view access directly to a folder by calling the REST API.
The user does not exist on the site, I did google but in many examples I've seen it seems that the users belong to the site already.
Do I have to add the user to the site or to a SharePoint group first?
I am creating site from site template and I am given direct permission out of groups. How to remove my direct permission after adding me in site owner group?
I am trying to get Facebook public data such as users and groups using the search functionality in graph API. I used long live tokens and also I have granted permissions for my app. Till now, for searching based on user details, I am only able to get the following.
User Name
User Id
For groups and pages:
Id of group or page
Name of group
Category.
But although I have granted permissions in my access token I am unable to get data such as "likes", "comments" etc. Its showing empty data set. How should I proceed so that I can get these information ?
I think you misunderstood how the permissions work. With an access token, you can only query the detailed information for the user which "created" the access token by giving his permission to use the set of his data.
This is not at all valid for all other Facebook users.