Chapter 41. Namespace: systemgroup

Provides methods to access and modify system groups.
Namespace: systemgroup

41.1. Method: addOrRemoveAdmins

Description

Add or remove administrators to or from the given group. Satellite and organization administrators are granted access to groups within their organization by default. Therefore, users with those roles are not included in the array provided. Caller must be an organization administrator.

Parameters

The following parameters are available for this method:

  • string sessionKey
  • string systemGroupName
  • array:
    • string - loginName - User's login name
  • int add - 1 to add administrators, 0 to remove
Returns

The following return values are available for this method:

  • int - 1 on success, exception thrown otherwise