Permissions
If you want to be able to work with some Injection, Batch, Organization, you need to have enough permissions to do so. There are different access levels that you may have e.g.: READ
allows users to open and see the content, while WRITE
also allows editing that resource.
Assign permissions
When a resource (like an Injection) is created, some permissions are assigned by default:
-
Permissions are assigned to all the Default Org Teams
-
The user who uploaded the resource is assigned
ADMIN
permissions
If you have ADMIN
permissions, then you can change the sharing settings for this resource either by selecting it in the list:
Or right from the resource page:
Possible permissions
Most of these are applicable to any type of resource, but some make sense to very specific use cases:
-
READ (2)
* allows opening resources via direct links -
FIND (4)
allows finding that resource in the list (e.g. finding an injection in the injection list) -
CREATE (8)
is applicable only to Orgs - it allows uploading Injections, creating Batches. -
WRITE (128)
allows:-
Modifying that resource
-
Also, if the resource contains a list of sub-resources (Batch contains Injections, Org contains Batches, Injections), then changing that list (adding or removing sub-resources) requires WRITE to the resource.
-
-
ADMIN (4096)
is the same asWRITE
, but also allows to:-
Delete the resource
-
Change permissions for the resource
-
*Integer identifier of the Access Level is rarely needed for the end user.