Basic User Role Commands
Every DeltaStream organization member has one or more roles. As each role may allow a unique and specific subset of capabilities, in most cases people are assigned multiple roles. Review the basic commands below for details on how to manage someone's roles.
Listing Roles
Individuals can view their current set of roles via the LIST ROLES
command. In the example below, you can see that while the current role is sysadmin
, it also has access to other roles including public
, orgadmin
, securityadmin
, and useradmin
.
Switching Roles
To switch to a different role, you can can use the USE
command. The example below shows how to switch from the sysadmin
role to the useradmin
role.
Now, if you LIST ROLES
again, you can see that the current role has changed to useradmin
.
Describing a Role
You can also use the CREATE ROLE command to learn more information about a specific role.
Note Your current role must have access to whichever role you wish to describe.
The example below shows that the useradmin
role is also granted the public
role, and below that you can view the privileges of the role. Since the useradmin
role is for managing other users, the ManageMembers
privilege is granted to this role. Other roles may have other privileges.
Last updated