Skip to content

Commit

Permalink
docs: user needs to be project member to become project admin (DEV-1383
Browse files Browse the repository at this point in the history
…) (#241)
  • Loading branch information
irinaschubert committed Oct 17, 2022
1 parent df0bf33 commit 1a13c02
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/dsp-tools-create.md
Expand Up @@ -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

Expand Down

0 comments on commit 1a13c02

Please sign in to comment.