42.13. setExternalGroupRoles
- Name
- setExternalGroupRoles
- Description
- Update the roles for an external group. Replace previously set roles with the ones passed in here. Can only be called by a satellite_admin.
- Parameters
- string sessionKey
- string name - Name of the external group.
- array:
- string - role - Can be any of: satellite_admin, org_admin (implies all other roles except for satellite_admin), channel_admin, config_admin, system_group_admin, or activation_key_admin.
- Return Value
- int - 1 on success, exception thrown otherwise.