From 1a13c02f05c74bf3642632a96828047ca8750fc4 Mon Sep 17 00:00:00 2001 From: irinaschubert Date: Mon, 17 Oct 2022 10:58:26 +0200 Subject: [PATCH] docs: user needs to be project member to become project admin (DEV-1383) (#241) --- docs/dsp-tools-create.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/dsp-tools-create.md b/docs/dsp-tools-create.md index d6270eead..4d99d46e2 100644 --- a/docs/dsp-tools-create.md +++ b/docs/dsp-tools-create.md @@ -502,7 +502,8 @@ This object contains user definitions. A user has the following elements: - _projects_ (optional): List of projects the user belongs to. The project name has to be followed by a `:` and either `member` or `admin`. This indicates if the new user has admin rights in the given project or is an ordinary user. `myproject:admin` would add the user as admin to the project `myproject`. The project defined in the same - ontology file can be omitted, so only `:admin` or `:member` is enough. + ontology file can be omitted, so only `:admin` or `:member` is enough. Note that in order to give a user `:admin` rights, + he also needs to be a `:member` of the project. - If _projects_ is omitted, the user won't be part in any project. - _status_ (optional): true (default) if the user is active, false if the user is deleted/inactive