Adduseraccess: Difference between revisions

From Data Islands
No edit summary
No edit summary
 
Line 15: Line 15:
See Also
See Also


* [[Access|Access]]
* [[Access]]
* [[Remove User Access]]
* [[Removeuseraccess|Remove User Access]]

Latest revision as of 13:25, 19 August 2025

Syntax : adduseraccess <USERNAME> <ACCESS SCOPE> <ENTER>

Description : Add a user to allow access the current region.

Premissions are controlled by passing access scope as read/readwrite/REST2read/REST2readwrite

  • read: Allows user to see the region in the console application, web app and RESI API (REST2read)
  • readwrite: Allows user the read access as well as the option to create and upload (Push/Export) data to islands in the given region using the console and/or the REST API (REST2readwrite).
  • REST2read: Users can only access the region using the REST API and view the data (usually using an app).
  • REST2readwrite: Users can do all in REST2read insert/update/delete the data (usually using an app) via the REST API.

See Also