Adduser: Difference between revisions

From Data Islands
(Created page with "'''Syntax''' : adduser <USERNAME> <ACCESS SCOPE> <ENTER> Description : Add a user to allow access the current region. Premissions are controlled by passing access scope as "read" or "readwrite".")
 
No edit summary
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
'''Syntax''' : adduser <USERNAME> <ACCESS SCOPE> <ENTER>
'''Syntax''' : adduser <USERNAME> <ACCESS SCOPE> <ENTER>
Note: this is changing in summer 2025 to adduseraccess


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


Premissions are controlled by passing access scope as "read" or "readwrite".
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.

Latest revision as of 12:11, 11 March 2025

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

Note: this is changing in summer 2025 to adduseraccess

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.