grant role

The grant role command grants a specific role and its privilege to a user for the current working project.

Syntax

grant role <role name> to <user name>

Parameters

Parameter
Description

<role name>

The name of the role, which is one of the following: - PROJECT_CREATOR - PROJECT_ADMIN - PROJECT_EXECUTOR - PROJECT_READER

<user name>

The user's login name

Example

grant role PROJECT_ADMIN to qauser

Last updated