Share a SQL Property Graph
You can share a SQL property graph with other database users. By default, users are granted read-only access on the property graph. You can also grant additional privileges or revoke privileges as needed.
- Navigate to the Graphs page using the Graphs menu link.
- Click the Property Graph tab.
- Select SQL Property Graph from the drop-down.The list of SQL property graphs to which you have access are displayed.
- Select the graph that you wish to share and click open the additional options menu as shown:
- Click Share Graph in the context menu.The Share Graph with Permissions slider opens as shown:

Description of the illustration share_graph_with-permissions.png
The slider displays all users with whom you have shared the graph, as well as users who gained access through others re-sharing the graph. The corresponding graph privileges for each user are also shown.
- Select the user with whom you wish to share the graph from the Add
users with "READ" privilege drop-down and click
Save.By default, the user is granted
READ ONLYprivilege on the graph and gets listed as a grantee in the Share Graph with Permissions slider. - Optionally, you can grant additional privileges or revoke existing privileges
as shown in the following steps:
- Granting Additional Privileges:
- Click the Edit Permissions
icon against the user.
The Edit User Permissions dialog open as shown:
- Select the required user permissions.
You can grant one or both of the supported permissions:
- Allow user to re-share graph: The use
is empowered to grant access to the graph with other
users through the
WITH GRANT OPTIONclause. - Allow user to load graph into
memory: This permission will grant the user
SELECTpermission on all the underlying database tables.
- Allow user to re-share graph: The use
is empowered to grant access to the graph with other
users through the
- Click Confirm.
The user privileges are shown updated in the Share Graph with Permissions slider.
- Click the Edit Permissions
icon against the user.
- Revoking Privileges:
- Click the Delete icon
against the user.
The Confirm to revoke privilege dialog open as shown:
- Click Confirm to revoke all
the user privileges.
It is important to note that you can revoke privileges only for users with whom you originally shared the graph. If you are not the grantor, then you cannot revoke the privileges, and an error will be displayed.
- Click the Delete icon
against the user.
- Granting Additional Privileges:


