Permissions for new users

I am trying to add a new user to our cloud instance in Studio.

There are so many options to add explicit permissions (with many combinations!)

What should I set so that the new use has read/write access to the databases???
As well as GraphQL access (to cloud instance)

Thanks..

Hi Renato,

Apologies for the delayed response here. For read access to the database, a user would need the following permission:

Action: READ
Resource Type: DB
Resource: yourDbName

For write access to the database, the user would need the following permission:

Action: WRITE
Resource Type: DB
Resource: yourDbName

You shouldn't need any additional permissions to execute a GraphQL query against a database once the user has READ permissions over it.

For additional information about permissions in Stardog, please see our docs on the topic with explanations about what each combination means.

Cheers,
Noah