ccm users -modify

Use the ccm users -modify command to change the roles that are granted to a specified user.

Synopsis

ccm users -m|-modify (-role|-roles role,...)... username...
ccm users -m|-modify [(-ar|-add_role|-add_roles role,...)...]
[(-rr|-remove_role|-remove_roles role,...)...] username...

Uses

You must be in the ccm_admin role to use this command.

Options and arguments

-ar|-add_role|-add_roles role,...
Adds roles to the specified user. In the list of roles, separate each role with a comma. Standard roles include developer, build_mgr, component_developer, dcm_mgr, assigner, type_developer, and ccm_admin.
-rr|-remove_role|-remove_roles role,...
Removes roles from the specified user. In the list of roles, separate each role with a comma. Standard roles include developer, build_mgr, component_developer, dcm_mgr, assigner, type_developer, and ccm_admin.
-role|-roles role,...
Specifies the roles that are available to the user. In the list of roles, separate each role with a comma. Standard roles include developer, build_mgr, component_developer, dcm_mgr, assigner, type_developer, and ccm_admin.
username
The name of the Rational® Synergy user to add.

Feedback