Red Hat Training

A Red Hat training course is available for Red Hat Satellite

Chapter 43. user

Abstract

User namespace contains methods to access common user functions available from the web user interface.

43.1. addAssignedSystemGroup

Name
addAssignedSystemGroup
Description
Add system group to user's list of assigned system groups.
Parameters
  • string sessionKey
  • string login - User's login name.
  • string serverGroupName
  • boolean setDefault - Should system group also be added to user's list of default system groups.
Return Value
  • int - 1 on success, exception thrown otherwise.